Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.46 KB

File metadata and controls

44 lines (33 loc) · 1.46 KB
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

noScopes resource type

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.

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