Skip to content

Commit 7e15727

Browse files
committed
Formatting SPO cmdlet docs
1 parent 13623e4 commit 7e15727

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOTenantServicePrincipalPermissionRequests.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,9 @@ Get-SPOTenantServicePrincipalPermissionRequests
2020
```
2121

2222
## 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-
3223
Gets the collection of permission requests for the "SharePoint Online Client" service principal.
3324

34-
## RETURNS
35-
36-
### Permission request object
25+
Permission request object
3726

3827
A permission request contains the following properties:
3928

@@ -42,3 +31,13 @@ A permission request contains the following properties:
4231
- Resource: The resource that the application requires access to.
4332

4433
- 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+

0 commit comments

Comments
 (0)