OBJECT

AzureAdServicePrincipal

Description

Entra ID service principal.

link GraphQL Schema definition

  • type AzureAdServicePrincipal {
  • # App ID of the Entra ID service principal.
  • appId: String!
  • # List of app roles associated with the Entra ID service principal.
  • appRoles: [AzureAdAppRole!]!
  • # Number of app roles associated with the Entra ID service principal.
  • appRolesCount: Int!
  • # Created date and time of the Entra ID service principal.
  • createdDateTime: DateTime
  • # Display name of the Entra ID service principal.
  • displayName: String!
  • # Type represented by Entra ID service principal.
  • servicePrincipalType: AzureAdServicePrincipalEnumType!
  • }