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