OBJECT
AzureAdServicePrincipal
Description
Azure AD service principal.
link GraphQL Schema definition
- type AzureAdServicePrincipal {
- # Display name of the Azure AD service principal.
- String! :
- # App ID of the Azure AD service principal.
- String! :
- # Created date and time of the Azure AD service principal.
- DateTime :
- # List of app roles associated with the Azure AD service principal.
- AzureAdAppRole!]! : [
- # Number of app roles associated with the Azure AD service principal.
- Int! :
- # Type represented by Azure AD service principal.
- AzureAdServicePrincipalEnumType! :
- }