ENUM
AzureAdRoleAssignmentPrincipalType
Description
Represents types of Azure AD objects that can be assigned roles.
link GraphQL Schema definition
- enum AzureAdRoleAssignmentPrincipalType {
- # AzureAdRoleAssignment principal type is a group.
- # AzureAdRoleAssignment principal type is a service principal.
- # AzureAdRoleAssignment principal type is unknown.
- # AzureAdRoleAssignment principal type is a user.
- }