RoleManagementPolicyNotificationRule interface

The role management policy notification rule.

Extends

Properties

isDefaultRecipientsEnabled

Determines if the notification will be sent to the recipient type specified in the policy rule.

notificationLevel

The notification level.

notificationRecipients

The list of notification recipients.

notificationType

The type of notification.

recipientType

The recipient type.

ruleType

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

The id of the rule.

id?: string

Property Value

string

Inherited From RoleManagementPolicyRule.id

target

The target of the current rule.

target?: RoleManagementPolicyRuleTarget

Property Value

Inherited From RoleManagementPolicyRule.target