OBJECT

PrincipalObject

Description

Entra ID object to which the role is assigned.

link GraphQL Schema definition

  • type PrincipalObject {
  • # Entra ID group assigned to this role.
  • azureAdGroup: AzureAdGroup
  • # Entra ID service principal assigned to this role.
  • azureAdServicePrincipal: AzureAdServicePrincipal
  • # Entra ID user assigned to this role.
  • azureAdUser: AzureAdUser
  • }