Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.25 KB

Get-SPOTenantServicePrincipalPermissionRequests.md

File metadata and controls

49 lines (32 loc) · 1.25 KB
external help file Module Name online version applicable title schema author ms.author ms.reviewer
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Get-SPOTenantServicePrincipalPermissionRequests
2.0.0
trent-green
trgreen

Get-SPOTenantServicePrincipalPermissionRequests

SYNOPSIS

Gets the collection of permission requests for the "SharePoint Online Client" service principal

SYNTAX

Default

Get-SPOTenantServicePrincipalPermissionRequests

DESCRIPTION

Gets the collection of permission requests for the "SharePoint Online Client" service principal.

Permission request object

A permission request contains the following properties:

  • Id: The identifier of the request.

  • Resource: The resource that the application requires access to.

  • Scope: The value of the scope claim that the resource application should expect in the OAuth 2.0 access token.

EXAMPLES

------------------EXAMPLE 1------------------

Get-SPOTenantServicePrincipalPermissionRequests

Gets the collection of permission requests for the "SharePoint Online Client" service principal.