ServicePrincipal

A Microsoft Entra service principal — the local tenant instance of an application

Active DirectoryAuthenticationAuthorizationDirectory ServicesIdentity ManagementMicrosoft EntraZero Trust

Properties

Name Type Description
id string Unique identifier for the service principal object
appId string Application (client) ID of the associated application registration
displayName string Display name for the service principal
servicePrincipalType string Type of service principal
accountEnabled booleannull True if the service principal account is enabled
appRoles array Application roles exposed by the associated application
oauth2PermissionScopes array Delegated permission scopes exposed by the application
homepage stringnull Home page or landing page of the application
loginUrl stringnull URL to direct users for sign-in (for SP-initiated SAML SSO)
replyUrls array URLs where tokens are sent after authentication
tags array Strings that categorize the application
createdDateTime stringnull
View JSON Schema on GitHub