{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule", "title": "microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule" }, { "title": "unifiedRoleManagementPolicyAuthenticationContextRule", "required": [ "@odata.type" ], "type": "object", "properties": { "claimValue": { "type": "string", "description": "The value of the authentication context claim.", "nullable": true }, "isEnabled": { "type": "boolean", "description": "Determines whether this rule is enabled.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule" } } } ], "x-ms-discriminator-value": "#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule" }