Microsoft Graph · Schema

microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunifiedrolemanagementpolicyauthenticationconte-schema.json Raw ↑
{
  "$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"
}