INPUT_OBJECT
EventDigestInput
Description
An event digest.
link GraphQL Schema definition
- input EventDigestInput {
- # ID of the event digest.
- Int :
- # Name of the event digest.
- String! :
- # Frequency, in hours, with which the event digests are sent.
- Int! :
- # Specifies whether to send the event digest immediately.
- Boolean! :
- # Specifies whether to include audits in the event digest.
- Boolean! :
- # Specifies whether to include events in the event digest.
- Boolean! :
- # Event digest configuration.
- EventDigestConfig! :
- # User IDs of the recipients.
- String! :
- # Specifies the cluster UUIDs that this event digest applies to.
- UUID!]! : [
- }