Class ControlNotificationSettingsAttributes

The attributes of a governance control's notification settings.

Hierarchy

  • ControlNotificationSettingsAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The notification settings for each supported event type on the control.

Generated using TypeDoc