RoleManagementPolicyApprovalRuleResponse

data class RoleManagementPolicyApprovalRuleResponse(val id: String? = null, val ruleType: String, val setting: ApprovalSettingsResponse? = null, val target: RoleManagementPolicyRuleTargetResponse? = null)

The role management policy approval rule.

Constructors

Link copied to clipboard
constructor(id: String? = null, ruleType: String, setting: ApprovalSettingsResponse? = null, 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

The type of rule Expected value is 'RoleManagementPolicyApprovalRule'.

Link copied to clipboard

The approval setting

Link copied to clipboard

The target of the current rule.