Get-AzureADMSGroupPermissionGrant

Retrieves a list of permission grants that have been consented for this group.

Syntax

Get-AzureADMSGroupPermissionGrant
   -Id <String>
   [<CommonParameters>]

Description

Retrieves a list of permission grants that have been consented for this group.

Examples

Example 1: List existing permission grants for the group. .

List exisiting permission grants for the group.
		
		Get-AzureADMSGroupPermissionGrant -Id "4823e767eca44858aed244154009b764" 

		Id             : vsMaSY2k_E7761KhRqpx7OGFvAwvdZnJM1s7Iqkt4PU
		ClientId       : deefce9d-be43-4b49-a9d3-851af6d2c26c
		ClientAppId    : ba4e4a78-c352-4e59-b657-81b2b395d32b
		ResourceAppId  : 00000003-0000-0000-c000-000000000000
		PermissionType : Application
		Permission     : Member.Read.Group

Parameters

-Id

The unique identifier of group.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

string

Outputs

Microsoft.Open.MSGraph.Model.GetMSGroupPermissionGrantsResponse