microsoft.serviceprincipal
Description
Microsoft service principal (Enterprise application)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
id | string | Service principal Object ID |
type | string | Service principal type |
name | string | Service principal name |
appId | string | Application ID |
appOwnerOrganizationId | string | Application owner ID |
description | string | Application description |
tags | []string | Service principal tags |
enabled | bool | Whether users can sign into the service principal (application) |
homepageUrl | string | Service principal homepage URL |
termsOfServiceUrl | string | Service principal terms of service URL |
replyUrls | []string | Service principal reply URLs |
assignmentRequired | bool | Whether users or other apps must be assigned to this service principal before using it |
visibleToUsers | bool | Whether the service principal is visible to users |
notes | string | Service principal notes |
assignments | []microsoft.serviceprincipal.assignment | List of assignments (users and groups) this service principal has |
applicationTemplateId | string | Application template ID |
verifiedPublisher | dict | Application publisher |
loginUrl | string | Login URL |
logoutUrl | string | Logout URL |
servicePrincipalNames | []string | Service principal names |
signInAudience | string | Sign in audience |
preferredSingleSignOnMode | string | Preferred single sign-on mode |
notificationEmailAddresses | []string | Notification email addresses |
appRoleAssignmentRequired | bool | App role assignment required |
accountEnabled | bool | Deprecated: use enabled instead |
isFirstParty | bool | Whether it is a first-party Microsoft application |
appRoles | []microsoft.application.role | Application roles |
permissions | []microsoft.application.permission | Permissions |