OBJECT
EventDigest
Description
An Event Digest.
link GraphQL Schema definition
- type EventDigest {
- # Account related to the event digest.
- : String!
- # Specifies the cluster UUIDs that this event digest applies to.
- : [UUID!]!
- # Email address of the creator of this digest.
- : String!
- # ID of the event digest.
- : Int!
- # Name of the event digest.
- : String!
- # The configuration of the event digest.
- : EventDigestConfigInfo!
- # Deprecated. Use eventDigestConfig.
- : String!
- # 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 ID of the recipient.
- : String!
- }