Remove-AzureADMSServicePrincipalDelegatedPermissionClassification
拿掉委派的許可權分類。
語法
Remove-AzureADMSServicePrincipalDelegatedPermissionClassification
-ServicePrincipalId <String>
-Id <String>
[<CommonParameters>]
Description
Remove-AzureADMSServicePrincipalDelegatedPermissionClassification Cmdlet 會從服務主體中刪除指定的委派許可權分類。
範例
範例 1:移除委派的許可權分類
PS C:\> Remove-AzureADMSServicePrincipalDelegatedPermissionClassification -ServicePrincipalId "95f56359-0165-4f80-bffb-c89d06cf2c6f" -Id "5XBeIKarUkypdm0tRsSAQwE"
此命令會從服務主體中刪除標識符的委派許可權分類。
參數
-Id
委派許可權分類物件標識碼的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ServicePrincipalId
Azure Active Directory 中服務主體物件的唯一標識符。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |