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