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
- # Entra ID service principal assigned to this role.
- : AzureAdServicePrincipal
- # Entra ID user assigned to this role.
- : AzureAdUser
- }