Skip to content

Commit 13623e4

Browse files
committed
Formatting SPO cmdlet docs
1 parent 055cd9d commit 13623e4

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,8 @@ Get-SPOTenantServicePrincipalPermissionGrants
2020
```
2121

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

34-
## RETURNS
35-
36-
### Permission grant object
37-
3825
A permission grant contains the following properties:
3926

4027
- 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:
4835
- ResourceId: The objectId of the resource service principal to which access has been granted.
4936

5037
- 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.

0 commit comments

Comments
 (0)