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