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.
  • PRINCIPAL_TYPE_GROUP
  • # AzureAdRoleAssignment principal type is a service principal.
  • PRINCIPAL_TYPE_SERVICE_PRINCIPAL
  • # AzureAdRoleAssignment principal type is unknown.
  • PRINCIPAL_TYPE_UNKNOWN
  • # AzureAdRoleAssignment principal type is a user.
  • PRINCIPAL_TYPE_USER
  • }