ODataError

OData error response from Microsoft Graph.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Properties

Name Type Description
error object
View JSON Schema on GitHub

JSON Schema

microsoft-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 from Microsoft Graph.",
  "properties": {
    "error": {
      "type": "object"
    }
  }
}