RoleManagementPolicyEnablementRule interface
The role management policy enablement rule.
- Extends
Properties
enabled |
The list of enabled rules. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
id | The id of the rule. |
target | The target of the current rule. |
Property Details
enabledRules
The list of enabled rules.
enabledRules?: string[]
Property Value
string[]
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "RoleManagementPolicyEnablementRule"
Property Value
"RoleManagementPolicyEnablementRule"
Inherited Property Details
id
target
The target of the current rule.
target?: RoleManagementPolicyRuleTarget
Property Value
Inherited From RoleManagementPolicyRule.target