RoleManagementPolicyNotificationRuleResponse

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.

Constructors

constructor(id: String? = null, isDefaultRecipientsEnabled: Boolean? = null, notificationLevel: String? = null, notificationRecipients: List<String>? = null, notificationType: String? = null, recipientType: String? = null, ruleType: String, target: RoleManagementPolicyRuleTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The id of the rule.

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
val recipientType: String? = null

The recipient type.

Link copied to clipboard

The type of rule Expected value is 'RoleManagementPolicyNotificationRule'.

Link copied to clipboard

The target of the current rule.