Role Management Policy Approval Rule Response
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)