RoleManagementPolicyAuthenticationContextRule interface

The role management policy authentication context rule.

Extends

Properties

claimValue

The claim value.

isEnabled

The value indicating if rule is enabled.

ruleType

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

The id of the rule.

id?: string

Property Value

string

Inherited From RoleManagementPolicyRule.id

target

The target of the current rule.

target?: RoleManagementPolicyRuleTarget

Property Value

Inherited From RoleManagementPolicyRule.target