File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,9 @@ Get-SPOTenantServicePrincipalPermissionRequests
20
20
```
21
21
22
22
## DESCRIPTION
23
- Gets the collection of permission requests for the "SharePoint Online Client" service principal
24
-
25
- ## EXAMPLES
26
-
27
- ### ------------------EXAMPLE 1------------------
28
- ``` powershell
29
- Get-SPOTenantServicePrincipalPermissionRequests
30
- ```
31
-
32
23
Gets the collection of permission requests for the "SharePoint Online Client" service principal.
33
24
34
- ## RETURNS
35
-
36
- ### Permission request object
25
+ Permission request object
37
26
38
27
A permission request contains the following properties:
39
28
@@ -42,3 +31,13 @@ A permission request contains the following properties:
42
31
- Resource: The resource that the application requires access to.
43
32
44
33
- Scope: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token.
34
+
35
+ ## EXAMPLES
36
+
37
+ ### ------------------EXAMPLE 1------------------
38
+ ``` powershell
39
+ Get-SPOTenantServicePrincipalPermissionRequests
40
+ ```
41
+
42
+ Gets the collection of permission requests for the "SharePoint Online Client" service principal.
43
+
You can’t perform that action at this time.
0 commit comments