RoleManagementPolicyAuthenticationContextRule interface
The role management policy authentication context rule.
- Extends
Properties
claim |
The claim value. |
is |
The value indicating if rule is enabled. |
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
claimValue
The claim value.
claimValue?: string
Property Value
string
isEnabled
The value indicating if rule is enabled.
isEnabled?: boolean
Property Value
boolean
ruleType
Polymorphic discriminator, which specifies the different types this object can be
ruleType: "RoleManagementPolicyAuthenticationContextRule"
Property Value
"RoleManagementPolicyAuthenticationContextRule"
Inherited Property Details
id
target
The target of the current rule.
target?: RoleManagementPolicyRuleTarget
Property Value
Inherited From RoleManagementPolicyRule.target