File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -20,21 +20,8 @@ Get-SPOTenantServicePrincipalPermissionGrants
20
20
```
21
21
22
22
## DESCRIPTION
23
- Gets the collection of permission grants for the "SharePoint Online Client" service principal
24
-
25
- ## EXAMPLES
26
-
27
- ### ------------------EXAMPLE 1------------------
28
- ``` powershell
29
- Get-SPOTenantServicePrincipalPermissionGrants
30
- ```
31
-
32
23
Gets the collection of permission grants for the "SharePoint Online Client" service principal.
33
24
34
- ## RETURNS
35
-
36
- ### Permission grant object
37
-
38
25
A permission grant contains the following properties:
39
26
40
27
- ClientId: The objectId of the service principal granted consent to impersonate the user when accessing the resource (represented by the resourceId).
@@ -48,3 +35,12 @@ A permission grant contains the following properties:
48
35
- ResourceId: The objectId of the resource service principal to which access has been granted.
49
36
50
37
- Scope: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token.
38
+
39
+ ## EXAMPLES
40
+
41
+ ### ------------------EXAMPLE 1------------------
42
+ ``` powershell
43
+ Get-SPOTenantServicePrincipalPermissionGrants
44
+ ```
45
+
46
+ Gets the collection of permission grants for the "SharePoint Online Client" service principal.
You can’t perform that action at this time.
0 commit comments