INPUT_OBJECT

UpdateEventDigestInput

Description

Information required to save an event digest.

link GraphQL Schema definition

  • input UpdateEventDigestInput {
  • # ID of the event digest.
  • digestId: Int
  • # Name of the event digest.
  • digestName: String
  • # Frequency, in hours, with which the event digests are sent.
  • frequencyHours: Int
  • # Specifies whether to send event digest immediately or not.
  • isImmediate: Boolean
  • # Specifies whether to include audits in the event digest or not.
  • includeAudits: Boolean
  • # Specifies whether to include events in the event digest or not.
  • includeEvents: Boolean
  • # Event digest configuration.
  • eventDigestConfig: EventDigestConfig!
  • # User IDs of the recipients of the event digest.
  • recipientUserIds: [String!]!
  • # List of Rubrik cluster UUIDs.
  • clusterUuids: [UUID!]
  • }

link Require by