Microsoft Graph Identity Service Principal Create Structure

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

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

Properties

appId displayName accountEnabled appRoleAssignmentRequired tags notificationEmailAddresses

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ServicePrincipalCreate",
  "type": "object",
  "properties": {
    "appId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "accountEnabled": {
      "type": "boolean"
    },
    "appRoleAssignmentRequired": {
      "type": "boolean"
    },
    "tags": {
      "type": "array"
    },
    "notificationEmailAddresses": {
      "type": "array"
    }
  }
}