Role Management Policy Notification Rule Response
data class RoleManagementPolicyNotificationRuleResponse(val id: String? = null, val isDefaultRecipientsEnabled: Boolean? = null, val notificationLevel: String? = null, val notificationRecipients: List<String>? = null, val notificationType: String? = null, val recipientType: String? = null, val ruleType: String, val target: RoleManagementPolicyRuleTargetResponse? = null)
The role management policy notification rule.
Properties
Link copied to clipboard
Determines if the notification will be sent to the recipient type specified in the policy rule.
Link copied to clipboard
The notification level.
Link copied to clipboard
The list of notification recipients.
Link copied to clipboard
The type of notification.
Link copied to clipboard
The recipient type.
Link copied to clipboard
The target of the current rule.