You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scope of a role assignment determines the set of resources for which the principal is granted 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.
17
+
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.
18
+
19
+
App scopes support the following principal and scope scenarios:
20
+
+ A single principal and a single scope
21
+
+ Multiple principals and multiple scopes.
16
22
17
-
This scope is employed in both the single principal, single scope entity and multiple principal, multiple scope entities.
23
+
## Methods
24
+
25
+
None.
18
26
19
27
## Properties
20
28
21
29
| Property | Type | Description |
22
30
|:-------- |:---- |:----------- |
23
-
|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. |
24
-
|type|String|Describes the type of app-specific resource represented by the app scope. For display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read only.|
25
-
|displayName|string|Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable ID. Readonly. |
31
+
|displayName| string |Provides the display name of the app-specific resource represented by the app scope. Read only. |
32
+
|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.|
33
+
|type|String|Describes the type of app-specific resource represented by the app scope. Read-only. |
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/appscope.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,26 @@ ms.date: 07/26/2024
11
11
12
12
# appScope resource type
13
13
14
-
The scope of a role assignment determines the set of resources for which the principal has been granted access. An app scope is a scope defined and understood by a specific application, unlike directory scopes that are shared scopes stored in the directory and understood by multiple applications.
14
+
Namespace: microsoft.graph
15
15
16
-
This may be in both the following principal and scope scenarios:
16
+
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, unlike directory scopes that are shared scopes stored in the directory and understood by multiple applications.
17
+
18
+
App scopes support the following principal and scope scenarios:
17
19
+ A single principal and a single scope
18
20
+ Multiple principals and multiple scopes.
19
21
20
22
Inherits from [entity](entity.md).
21
23
22
24
## Methods
23
-
None
25
+
None.
24
26
25
27
## Properties
26
28
27
29
| Property | Type | Description |
28
30
|:-------- |:---- |:----------- |
29
-
| displayName | string | Provides the display name of the app-specific resource represented by the app scope. Provided for display purposes since appScopeId is often an immutable, non-human-readable id. Read-only. |
30
-
| id | string |Identifier 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 has been granted access. Required. |
31
-
| type | String | Describes the type of app-specific resource represented by the app scope and is provided for display purposes, so a user interface can convey to the user the kind of app specific resource represented by the app scope. Read-only. |
31
+
| displayName | string | Provides the display name of the app-specific resource represented by the app scope. Readonly. |
32
+
| 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. |
33
+
| type | String | Describes the type of app-specific resource represented by the app scope. Read-only. |
0 commit comments