Microsoft Graph Identity Service Principal Update Structure

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

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

Properties

accountEnabled appRoleAssignmentRequired displayName homepage loginUrl logoutUrl notificationEmailAddresses replyUrls tags

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

JSON Structure

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