| title | unifiedRoleManagementPolicyAuthenticationContextRule resource type |
|---|---|
| description | A type derived from the unifiedRoleManagementPolicyRule resource type that defines the authentication context rule for the conditional access policy associated with a role management policy. |
| author | rkarim-ms |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
A type derived from the unifiedRoleManagementPolicyRule resource type that defines the authentication context rule for the conditional access policy associated with a role management policy.
| Property | Type | Description |
|---|---|---|
| claimValue | String | The value of the authentication context claim. |
| id | String | Identifier for the rule. Inherited from entity. |
| isEnabled | Boolean | Whether this rule is enabled. |
| target | unifiedRoleManagementPolicyRuleTarget | Defines details of the scope that by the enablement rule targets. The details can include the principal type, the role assignment type, and actions affecting a role. Inherited from unifiedRoleManagementPolicyRule. Supports $filter (eq, ne). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.unifiedRoleManagementPolicyRuleTarget"
},
"isEnabled": "Boolean",
"claimValue": "String"
}