Edit

Share via


noScopes resource type

Namespace: microsoft.graph

Defines that no scopes of a resource application defined on the agentIdentityBlueprint are inheritable by agent identities through the inheritablePermissions object. This configuration is the most restrictive inheritance configuration for delegated permission scopes. This configuration and can be used to create explicit security boundaries for sensitive resources or to override broader defaults.

Inherits from inheritableScopes.

Properties

Property Type Description
kind scopeCollectionKind Always none for this derived type. Inherited from inheritableScopes.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.noScopes",
  "kind": "String"
}