Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.97 KB

File metadata and controls

69 lines (52 loc) · 1.97 KB
title appScope resource type
description An app scope is a scope defined and understood by a specific application.
ms.localizationpriority medium
author eringreenlee
ms.subservice entra-applications
doc_type resourcePageType
ms.date 07/23/2024

appScope resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The scope of a role assignment determines the set of resources for which the principal has access. An app scope is a scope defined and understood by a specific application. The other type of scope is directory scope. Directory scopes are shared scopes stored in the directory that are understood by multiple applications.

App scopes support the following principal and scope scenarios:

  • A single principal and a single scope
  • Multiple principals and multiple scopes.

Methods

None.

Properties

Property Type Description
displayName string Provides the display name of the app-specific resource represented by the app scope. Read only.
id string ID of an app-specific container or resource representing the scope of the assignment. Usually the immutable ID of the resource. The scope of an assignment determines the set of resources for which the principal is granted access. Required. Read-only.
type String Describes the type of app-specific resource represented by the app scope. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "type": "String",
  "displayName": "String"
}