Microsoft Graph Identity Service Principal Structure

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

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

Properties

accountEnabled appDescription appDisplayName appId appOwnerOrganizationId appRoleAssignmentRequired appRoles displayName homepage keyCredentials loginUrl logoutUrl notificationEmailAddresses oauth2PermissionScopes passwordCredentials replyUrls servicePrincipalNames servicePrincipalType signInAudience tags tokenEncryptionKeyId

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": {
    "accountEnabled": {
      "type": "boolean"
    },
    "appDescription": {
      "type": "['string', 'null']"
    },
    "appDisplayName": {
      "type": "['string', 'null']"
    },
    "appId": {
      "type": "string"
    },
    "appOwnerOrganizationId": {
      "type": "['string', 'null']"
    },
    "appRoleAssignmentRequired": {
      "type": "boolean"
    },
    "appRoles": {
      "type": "array"
    },
    "displayName": {
      "type": "string"
    },
    "homepage": {
      "type": "['string', 'null']"
    },
    "keyCredentials": {
      "type": "array"
    },
    "loginUrl": {
      "type": "['string', 'null']"
    },
    "logoutUrl": {
      "type": "['string', 'null']"
    },
    "notificationEmailAddresses": {
      "type": "array"
    },
    "oauth2PermissionScopes": {
      "type": "array"
    },
    "passwordCredentials": {
      "type": "array"
    },
    "replyUrls": {
      "type": "array"
    },
    "servicePrincipalNames": {
      "type": "array"
    },
    "servicePrincipalType": {
      "type": "string"
    },
    "signInAudience": {
      "type": "string"
    },
    "tags": {
      "type": "array"
    },
    "tokenEncryptionKeyId": {
      "type": "['string', 'null']"
    }
  }
}