61 строка
3.1 KiB
YAML
61 строка
3.1 KiB
YAML
### YamlMime:PowershellCmdlet
|
|
summary: |-
|
|
Gets OAuth2PermissionGrant entities.
|
|
module: AzureAD
|
|
notes: ""
|
|
syntaxes:
|
|
- Get-AzureADOAuth2PermissionGrant [-All <Boolean>] [-Top <Int32>] [<CommonParameters>]
|
|
examples:
|
|
- title: 'Example 1: Get the OAuth2 permission grants'
|
|
code: |-
|
|
PS C:\> Get-AzureADOAuth2PermissionGrant
|
|
|
|
ObjectId ResourceId Scope
|
|
-------- ---------- -----
|
|
c-AY9qPNx0-4vVrWPxmED3iGICfrJnZDi2Jsj7SIpfXm6Bnf1yo-RYf1A39lKa4W 27208678-26eb-4376-8b62-6c8fb488a5f5 UserProfile.Read
|
|
aPlw7ew41kiuWN7P6Av9X3iGICfrJnZDi2Jsj7SIpfV-R0UdFU0WTZ2ut7ZkWFvD 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read Directory.AccessAsUser.All
|
|
aPlw7ew41kiuWN7P6Av9X3iGICfrJnZDi2Jsj7SIpfXm6Bnf1yo-RYf1A39lKa4W 27208678-26eb-4376-8b62-6c8fb488a5f5 UserProfile.Read user_impersonation
|
|
WUarNRz2dUqY0u8dBKwglXiGICfrJnZDi2Jsj7SIpfXm6Bnf1yo-RYf1A39lKa4W 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read
|
|
rbzRnQl5W0C0TpzshPS41HiGICfrJnZDi2Jsj7SIpfU 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read
|
|
Qp3O0EPJoUOgsLHe2NDOPXiGICfrJnZDi2Jsj7SIpfXm6Bnf1yo-RYf1A39lKa4W 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read
|
|
Qp3O0EPJoUOgsLHe2NDOPUD-XnoDbmtOmpMPVcQFKs7m6Bnf1yo-RYf1A39lKa4W 7a5efe40-6e03-4e6b-9a93-0f55c4052ace MailboxSettings.ReadWrite Files.ReadWrite Files.Read profile email Tasks.ReadWrite Notes.Re...
|
|
tCNicMsr30C8E6LrHPvvNniGICfrJnZDi2Jsj7SIpfU 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read
|
|
tCNicMsr30C8E6LrHPvvNl0FVbgdl8pHjyd2jlKSaDM b855055d-971d-47ca-8f27-768e52926833 AllSites.Read
|
|
mK8RroiOPk6Yt1owm-5d_HiGICfrJnZDi2Jsj7SIpfU 27208678-26eb-4376-8b62-6c8fb488a5f5 User.Read
|
|
p4wNLtFXh0qcKrNjikytv3iGICfrJnZDi2Jsj7SIpfU 27208678-26eb-4376-8b62-6c8fb488a5f5 Directory.ReadWrite.All User.Read
|
|
p4wNLtFXh0qcKrNjikytv0D-XnoDbmtOmpMPVcQFKs4 7a5efe40-6e03-4e6b-9a93-0f55c4052ace Directory.ReadWrite.All
|
|
description: |-
|
|
This command gets the OAuth2 permission grants.
|
|
summary: ""
|
|
parameters:
|
|
- type: <xref href="Boolean" data-throw-if-not-resolved="False" />
|
|
name: All
|
|
description: |+
|
|
If true, return all OAth2 permission grants.
|
|
If false, return the number of objects specified by the Top parameter
|
|
|
|
defaultValue: None
|
|
pipelineInput: true
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
- type: <xref href="Int32" data-throw-if-not-resolved="False" />
|
|
name: Top
|
|
description: |+
|
|
Specifies the maximum number of records to return.
|
|
|
|
defaultValue: None
|
|
pipelineInput: true
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
uid: AzureAD.Get-AzureADOAuth2PermissionGrant
|
|
name: Get-AzureADOAuth2PermissionGrant
|
|
description: |-
|
|
The Get-AzureADOAuth2PermissionGrant cmdlet gets OAuth2PermissionGrant entities in Azure Active Directory (AD).
|
|
metadata:
|
|
external help file: Microsoft.Open.AzureAD16.Graph.PowerShell.dll-Help.xml
|
|
Module Name: AzureAD
|
|
online version: ""
|
|
schema: 2.0.0
|