RoleManagementPolicyNotificationRule interface
The role management policy notification rule.
- Extends
Properties
is |
Determines if the notification will be sent to the recipient type specified in the policy rule. |
notification |
The notification level. |
notification |
The list of notification recipients. |
notification |
The type of notification. |
recipient |
The recipient type. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
id | The id of the rule. |
target | The target of the current rule. |
Property Details
isDefaultRecipientsEnabled
Determines if the notification will be sent to the recipient type specified in the policy rule.
isDefaultRecipientsEnabled?: boolean
Property Value
boolean
notificationLevel
The notification level.
notificationLevel?: string
Property Value
string
notificationRecipients
The list of notification recipients.
notificationRecipients?: string[]
Property Value
string[]
notificationType
The type of notification.
notificationType?: string
Property Value
string
recipientType
The recipient type.
recipientType?: string
Property Value
string
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "RoleManagementPolicyNotificationRule"
Property Value
"RoleManagementPolicyNotificationRule"
Inherited Property Details
id
target
The target of the current rule.
target?: RoleManagementPolicyRuleTarget
Property Value
Inherited From RoleManagementPolicyRule.target