Edit

scopeBase resource type

Namespace: microsoft.graph

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, userScope and tenantScope.

Properties

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.

Relationships

None.

JSON representation

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"
}