| title | scopeBase resource type |
|---|---|
| description | Abstract base type representing a scope identifier for users, groups, or the tenant within policy bindings. |
| author | kylemar |
| ms.date | 04/08/2025 |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Abstract base type representing a scope identifier for users, groups, or the tenant within policy bindings.
Use groupScope for groups, userScope for individual users or tenantScope for all users in the tenant.
Note: This is an abstract type and won't be instantiated directly. It serves as a base for more specific scope types like
groupScope,userScopeandtenantScope.
| Property | Type | Description |
|---|---|---|
| identity | String | The identifier for the scope. This could be a user ID, group ID, or a keyword like "All" for tenant scope. |
None.
The following JSON representation shows the resource type.
Note This is an abstract type and won't be instantiated directly.
{
"@odata.type": "#microsoft.graph.scopeBase",
"identity": "String"
}