共用方式為


Get-AzureADMSGroupPermissionGrant

擷取已為此群組同意的許可權授與清單。

語法

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

Description

擷取已為此群組同意的許可權授與清單。

範例

範例 1:列出群組的現有許可權授與。 .

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

參數

-Id

群組的唯一標識碼。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

string

輸出

Microsoft.Open.MSGraph.Model.GetMSGroupPermissionGrantsResponse