RoleManagementPolicyEnablementRuleResponse

data class RoleManagementPolicyEnablementRuleResponse(val enabledRules: List<String>? = null, val id: String? = null, val ruleType: String, val target: RoleManagementPolicyRuleTargetResponse? = null)

The role management policy enablement rule.

Constructors

constructor(enabledRules: List<String>? = null, id: String? = null, ruleType: String, target: RoleManagementPolicyRuleTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabledRules: List<String>? = null

The list of enabled rules.

Link copied to clipboard
val id: String? = null

The id of the rule.

Link copied to clipboard

The type of rule Expected value is 'RoleManagementPolicyEnablementRule'.

Link copied to clipboard

The target of the current rule.