Edit

Share via


allAllowedScopes resource type

Namespace: microsoft.graph

Represents the broadest inheritance pattern for delegated permission scopes. When an inheritablePermission entry uses allAllowedScopes, every scope published by the referenced resource application is considered inheritable and may appear on agent identities without requiring explicit user or admin consent. Newly introduced scopes become inheritable automatically, reducing maintenance overhead for trusted applications.

Inherits from inheritableScopes.

Properties

Property Type Description
kind scopeCollectionKind Always allAllowed for this derived type. Inherited from inheritableScopes. Other possible discriminator values on the base type include: enumerated, none, scopeKindNotSet, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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