INPUT_OBJECT
UpdateEventDigestInput
Description
Information required to save an event digest.
link GraphQL Schema definition
- input UpdateEventDigestInput {
- # 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 event digest immediately or not.
- Boolean :
- # Specifies whether to include audits in the event digest or not.
- Boolean :
- # Specifies whether to include events in the event digest or not.
- Boolean :
- # Event digest configuration.
- EventDigestConfig! :
- # User IDs of the recipients of the event digest.
- String!]! : [
- # List of Rubrik cluster UUIDs.
- UUID!] : [
- }