Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 989 Bytes

File metadata and controls

27 lines (13 loc) · 989 Bytes

Policybuilderv3RecipientType

For email receivers either use user name or email address. - EMAIL: External user will receive email only - USER: GDSC user will receive notification and email - ROLE: GDSC role will receive notification only - TICKET: Assign any work to an external ticketing service such as ServiceNow or IBM Resilient - SYSLOG: Syslog type for notification - SNMP: SNMP type for notification - SLACK: SLACK alert type for notification - TEAMS: TEAMS (Microsoft teams) alert type for notification

Enum

  • UNDEFINED_RECTYPE (value: 'UNDEFINED_RECTYPE')

  • EMAIL (value: 'EMAIL')

  • USER (value: 'USER')

  • ROLE (value: 'ROLE')

  • TICKET (value: 'TICKET')

  • SYSLOG (value: 'SYSLOG')

  • SNMP (value: 'SNMP')

  • SLACK (value: 'SLACK')

  • TEAMS (value: 'TEAMS')

[Back to Model list] [Back to API list] [Back to README]