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