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