Microsoft Graph Identity Application Structure

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

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

Properties

appId displayName description createdDateTime identifierUris keyCredentials passwordCredentials appRoles requiredResourceAccess signInAudience tags publisherDomain

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": {
    "appId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "createdDateTime": {
      "type": "string"
    },
    "identifierUris": {
      "type": "array"
    },
    "keyCredentials": {
      "type": "array"
    },
    "passwordCredentials": {
      "type": "array"
    },
    "appRoles": {
      "type": "array"
    },
    "requiredResourceAccess": {
      "type": "array"
    },
    "signInAudience": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "publisherDomain": {
      "type": "string"
    }
  }
}