Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Service Principal Structure

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

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

Properties

id appId displayName description servicePrincipalType appDisplayName appOwnerOrganizationId accountEnabled homepage loginUrl logoutUrl replyUrls servicePrincipalNames tags appRoles oauth2PermissionScopes appRoleAssignmentRequired keyCredentials passwordCredentials createdDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServicePrincipal",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "appId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "servicePrincipalType": {
      "type": "string"
    },
    "appDisplayName": {
      "type": "string"
    },
    "appOwnerOrganizationId": {
      "type": "['string', 'null']"
    },
    "accountEnabled": {
      "type": "boolean"
    },
    "homepage": {
      "type": "['string', 'null']"
    },
    "loginUrl": {
      "type": "['string', 'null']"
    },
    "logoutUrl": {
      "type": "['string', 'null']"
    },
    "replyUrls": {
      "type": "array"
    },
    "servicePrincipalNames": {
      "type": "array"
    },
    "tags": {
      "type": "array"
    },
    "appRoles": {
      "type": "array"
    },
    "oauth2PermissionScopes": {
      "type": "array"
    },
    "appRoleAssignmentRequired": {
      "type": "boolean"
    },
    "keyCredentials": {
      "type": "array"
    },
    "passwordCredentials": {
      "type": "array"
    },
    "createdDateTime": {
      "type": "['string', 'null']"
    }
  }
}