RoleManagementPolicyAuthenticationContextRuleResponse

data class RoleManagementPolicyAuthenticationContextRuleResponse(val claimValue: String? = null, val id: String? = null, val isEnabled: Boolean? = null, val ruleType: String, val target: RoleManagementPolicyRuleTargetResponse? = null)

The role management policy authentication context rule.

Constructors

constructor(claimValue: String? = null, id: String? = null, isEnabled: Boolean? = null, ruleType: String, target: RoleManagementPolicyRuleTargetResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val claimValue: String? = null

The claim value.

Link copied to clipboard
val id: String? = null

The id of the rule.

Link copied to clipboard
val isEnabled: Boolean? = null

The value indicating if rule is enabled.

Link copied to clipboard

The type of rule Expected value is 'RoleManagementPolicyAuthenticationContextRule'.

Link copied to clipboard

The target of the current rule.