Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Api Application Structure

Type: object Properties: 5
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

ApiApplication is a JSON Structure definition published by Microsoft Entra, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

acceptMappedClaims knownClientApplications oauth2PermissionScopes preAuthorizedApplications requestedAccessTokenVersion

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApiApplication",
  "type": "object",
  "properties": {
    "acceptMappedClaims": {
      "type": "['boolean', 'null']"
    },
    "knownClientApplications": {
      "type": "array"
    },
    "oauth2PermissionScopes": {
      "type": "array"
    },
    "preAuthorizedApplications": {
      "type": "array"
    },
    "requestedAccessTokenVersion": {
      "type": "['integer', 'null']"
    }
  }
}