| title | noScopes resource type |
|---|---|
| description | Inheritance pattern explicitly blocking delegated permission scope inheritance for a resource application; agent identities of the agent identity blueprint cannot automatically acquire any scopes from that resource. |
| author | zallison22 |
| ms.date | 11/13/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
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. and can be used to create explicit security boundaries for sensitive resources or to override broader defaults.
Inherits from inheritableScopes.
| Property | Type | Description |
|---|---|---|
| kind | scopeCollectionKind | Always none for this derived type. Inherited from inheritableScopes. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.noScopes",
"kind": "String"
}