NotificationChannel

NotificationChannel
NotificationChannel

Channel

JSON Example
{
    "allowed_roles": [
        "string"
    ],
    "email_preferences": {
        "bcc": [
            "string"
        ],
        "cc": [
            "string"
        ],
        "operation": "string",
        "recipients": [
            {
                "email": "string",
                "locale": "string"
            }
        ]
    },
    "name": "string",
    "operation": "string",
    "visual_components": [
        "string"
    ]
}
array of string
allowed_roles
Optional

allowed_roles

email_preferences
Optional

email_preferences

string
name
Required

name

Possible values are : EMAIL, VMC_UI, VCENTER, WEBHOOK, LINT,
string
operation
Required

operation

Possible values are : REPLACE, ADD, REMOVE,
object
template_tags_selector
Optional

template_tags_selector

array of string
visual_components
Optional

visual_components

Possible values are : APP_BANNER, RESOURCE_PAGE_HEADER, RESOURCE_CARD,