Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Application Structure

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

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

Properties

id appId displayName description signInAudience identifierUris requiredResourceAccess appRoles keyCredentials passwordCredentials publicClient tags createdDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "signInAudience": {
      "type": "string"
    },
    "identifierUris": {
      "type": "array"
    },
    "requiredResourceAccess": {
      "type": "array"
    },
    "appRoles": {
      "type": "array"
    },
    "keyCredentials": {
      "type": "array"
    },
    "passwordCredentials": {
      "type": "array"
    },
    "publicClient": {
      "type": "object"
    },
    "tags": {
      "type": "array"
    },
    "createdDateTime": {
      "type": "string"
    }
  }
}