ENUM

AzureAdRoleAssignmentScopeType

Description

Represents types of Azure AD objects that can scope role assignments.

link GraphQL Schema definition

  • enum AzureAdRoleAssignmentScopeType {
  • # AzureAdRoleAssignment scope type is an administrative unit.
  • SCOPE_TYPE_ADMINISTRATIVE_UNIT
  • # AzureAdRoleAssignment scope type is an application.
  • SCOPE_TYPE_APPLICATION
  • # AzureAdRoleAssignment scope type is a directory.
  • SCOPE_TYPE_DIRECTORY
  • # AzureAdRoleAssignment scope type is a group.
  • SCOPE_TYPE_GROUP
  • # AzureAdRoleAssignment scope type is a service principal.
  • SCOPE_TYPE_SERVICE_PRINCIPAL
  • # AzureAdRoleAssignment scope type is unknown.
  • SCOPE_TYPE_UNKNOWN
  • # AzureAdRoleAssignment scope type is a user.
  • SCOPE_TYPE_USER
  • }