OBJECT
NotificationSettingSummary
Description
Rubrik cluster email notification setting.
link GraphQL Schema definition
- type NotificationSettingSummary {
- # Required. Email addresses for this setting.
- : [String!]!
- # Required. Event types for this setting.
- : [String!]!
- # Required. ID for this setting.
- : String!
- # Object types for this setting.
- : [String!]!
- # Severity for this setting.
- : [String!]!
- # Required. Indicates if this setting sends messages to syslog.
- : Boolean!
- # Required. Configured SNMP Addresses for this setting.
- : [String!]!
- }