mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
17 lines
418 B
YAML
17 lines
418 B
YAML
type: object
|
|
properties:
|
|
key:
|
|
type: string
|
|
description: The template notification key.
|
|
example: "cloud_manual_work_item_summary"
|
|
medium:
|
|
type: string
|
|
description: The notification medium. Has to be one of the following enum values.
|
|
enum:
|
|
- EMAIL
|
|
- SLACK
|
|
- TEAMS
|
|
context:
|
|
type: object
|
|
description: A Json object that denotes the context specific to the template.
|