Skip to content

Commit dfb9b13

Browse files
authored
Merge pull request #26717 from microsoftgraph/FaithOmbongi-patch-2
Update appscope.md
2 parents 7cc3d7e + b7a0626 commit dfb9b13

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

api-reference/beta/resources/appscope.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,27 @@ ms.date: 07/23/2024
1010

1111
# appScope resource type
1212

13+
Namespace: microsoft.graph
14+
1315
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1416

15-
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.
1622

17-
This scope is employed in both the single principal, single scope entity and multiple principal, multiple scope entities.
23+
## Methods
24+
25+
None.
1826

1927
## Properties
2028

2129
| Property | Type | Description |
2230
|:-------- |:---- |:----------- |
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. Read only. |
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. |
2634

2735
## Relationships
2836

api-reference/v1.0/resources/appscope.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,26 @@ ms.date: 07/26/2024
1111

1212
# appScope resource type
1313

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
1515

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:
1719
+ A single principal and a single scope
1820
+ Multiple principals and multiple scopes.
1921

2022
Inherits from [entity](entity.md).
2123

2224
## Methods
23-
None
25+
None.
2426

2527
## Properties
2628

2729
| Property | Type | Description |
2830
|:-------- |:---- |:----------- |
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. 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. |
3234

3335
## Relationships
3436

0 commit comments

Comments
 (0)