Microsoft Entra · Schema

ODataError

OData error response

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-entra-graph-identity-o-data-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ODataError",
  "type": "object",
  "description": "OData error response",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}