Redagować

Udostępnij przez


scopeBase resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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