AzureAdRoleAssignmentScopeType
Represents types of Entra ID objects that can scope role assignments.
Values
| Value | Description |
|---|---|
| SCOPE_TYPE_ADMINISTRATIVE_UNIT | Entra ID role assignment scope type is an administrative unit. |
| SCOPE_TYPE_APPLICATION | Entra ID role assignment scope type is an application. |
| SCOPE_TYPE_DEVICE | Entra ID role assignment scope type is a device. |
| SCOPE_TYPE_DIRECTORY | Entra ID role assignment scope type is a directory. |
| SCOPE_TYPE_GROUP | Entra ID role assignment scope type is a group. |
| SCOPE_TYPE_MISSING | Entra ID role assignment scope type is missing. |
| SCOPE_TYPE_SERVICE_PRINCIPAL | Entra ID role assignment scope type is a service principal. |
| SCOPE_TYPE_UNKNOWN | Entra ID role assignment scope type is unknown. |
| SCOPE_TYPE_USER | Entra ID role assignment scope type is a user. |