Microsoft Graph Identity Api Application Structure

Type: object Properties: 5
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

ApiApplication is a JSON Structure definition published by Microsoft Azure Active Directory, 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']"
    }
  }
}