ENUM
AzureAdRoleAssignmentScopeType
Description
Represents types of Entra ID objects that can scope role assignments.
link GraphQL Schema definition
- enum AzureAdRoleAssignmentScopeType {
- # Entra ID role assignment scope type is an administrative unit.
- # Entra ID role assignment scope type is an application.
- # Entra ID role assignment scope type is a device.
- # Entra ID role assignment scope type is a directory.
- # Entra ID role assignment scope type is a group.
- # Entra ID role assignment scope type is missing.
- # Entra ID role assignment scope type is a service principal.
- # Entra ID role assignment scope type is unknown.
- # Entra ID role assignment scope type is a user.
- }