RoleManagementPolicyRule interface
The role management policy rule.
Properties
id | The id of the rule. |
rule |
Polymorphic discriminator, which specifies the different types this object can be |
target | The target of the current rule. |
Property Details
id
The id of the rule.
id?: string
Property Value
string
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "RoleManagementPolicyApprovalRule" | "RoleManagementPolicyAuthenticationContextRule" | "RoleManagementPolicyEnablementRule" | "RoleManagementPolicyExpirationRule" | "RoleManagementPolicyNotificationRule"
Property Value
"RoleManagementPolicyApprovalRule" | "RoleManagementPolicyAuthenticationContextRule" | "RoleManagementPolicyEnablementRule" | "RoleManagementPolicyExpirationRule" | "RoleManagementPolicyNotificationRule"
target
The target of the current rule.
target?: RoleManagementPolicyRuleTarget