Application

A Microsoft Entra application registration managed via Microsoft Graph

Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero Trust

Properties

Name Type Description
id string Unique identifier for the application object (not the client ID)
appId string The application (client) ID used in OAuth2 flows
displayName string Display name of the application
description stringnull Free text description for the application
signInAudience string Microsoft account types supported by the application
identifierUris array URIs that identify the application within the tenant
web object Web platform configuration for the application
requiredResourceAccess array API permissions required by the application
keyCredentials array Certificate credentials for the application
passwordCredentials array Client secret credential metadata (secret value only returned at creation)
createdDateTime stringnull
deletedDateTime stringnull
View JSON Schema on GitHub

JSON Schema

applications-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/active-directory/main/json-schema/applications-application-schema.json",
  "title": "Application",
  "description": "A Microsoft Entra application registration managed via Microsoft Graph",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique identifier for the application object (not the client ID)",
      "readOnly": true
    },
    "appId": {
      "type": "string",
      "format": "uuid",
      "description": "The application (client) ID used in OAuth2 flows",
      "readOnly": true
    },
    "displayName": {
      "type": "string",
      "description": "Display name of the application",
      "maxLength": 256
    },
    "description": {
      "type": ["string", "null"],
      "description": "Free text description for the application"
    },
    "signInAudience": {
      "type": "string",
      "description": "Microsoft account types supported by the application",
      "enum": [
        "AzureADMyOrg",
        "AzureADMultipleOrgs",
        "AzureADandPersonalMicrosoftAccount",
        "PersonalMicrosoftAccount"
      ]
    },
    "identifierUris": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "description": "URIs that identify the application within the tenant"
    },
    "web": {
      "type": "object",
      "description": "Web platform configuration for the application",
      "properties": {
        "redirectUris": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "uri"
          }
        },
        "logoutUrl": {
          "type": ["string", "null"],
          "format": "uri"
        },
        "implicitGrantSettings": {
          "type": "object",
          "properties": {
            "enableAccessTokenIssuance": {
              "type": "boolean"
            },
            "enableIdTokenIssuance": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "requiredResourceAccess": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "resourceAppId": {
            "type": "string",
            "format": "uuid"
          },
          "resourceAccess": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "string",
                  "format": "uuid"
                },
                "type": {
                  "type": "string",
                  "enum": ["Role", "Scope"]
                }
              }
            }
          }
        }
      },
      "description": "API permissions required by the application"
    },
    "keyCredentials": {
      "type": "array",
      "description": "Certificate credentials for the application",
      "items": {
        "type": "object",
        "properties": {
          "keyId": {
            "type": "string",
            "format": "uuid"
          },
          "type": {
            "type": "string"
          },
          "usage": {
            "type": "string",
            "enum": ["Sign", "Verify"]
          },
          "displayName": {
            "type": "string"
          },
          "startDateTime": {
            "type": "string",
            "format": "date-time"
          },
          "endDateTime": {
            "type": "string",
            "format": "date-time"
          }
        }
      }
    },
    "passwordCredentials": {
      "type": "array",
      "description": "Client secret credential metadata (secret value only returned at creation)",
      "items": {
        "type": "object",
        "properties": {
          "keyId": {
            "type": "string",
            "format": "uuid"
          },
          "displayName": {
            "type": "string"
          },
          "startDateTime": {
            "type": "string",
            "format": "date-time"
          },
          "endDateTime": {
            "type": "string",
            "format": "date-time"
          },
          "hint": {
            "type": "string",
            "description": "First three characters of the application secret"
          }
        }
      }
    },
    "createdDateTime": {
      "type": ["string", "null"],
      "format": "date-time",
      "readOnly": true
    },
    "deletedDateTime": {
      "type": ["string", "null"],
      "format": "date-time",
      "readOnly": true
    }
  },
  "required": ["displayName"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/applications-application"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.