OBJECT

AzureAdServicePrincipal

Description

Azure AD service principal.

link GraphQL Schema definition

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