Condividi tramite


IWithPermissions.DisallowKeyPermissions Method

Definition

Overloads

DisallowKeyPermissions(KeyPermissions[])

Revoke a list of permissions for the AD identity to access keys.

DisallowKeyPermissions(IList<KeyPermissions>)

Revoke a list of permissions for the AD identity to access keys.

DisallowKeyPermissions(KeyPermissions[])

Revoke a list of permissions for the AD identity to access keys.

public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate DisallowKeyPermissions (params Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions[] permissions);
abstract member DisallowKeyPermissions : Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions[] -> Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate
Public Function DisallowKeyPermissions (ParamArray permissions As KeyPermissions()) As IUpdate

Parameters

permissions
KeyPermissions[]

The list of permissions to revoke.

Returns

Applies to

DisallowKeyPermissions(IList<KeyPermissions>)

Revoke a list of permissions for the AD identity to access keys.

public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate DisallowKeyPermissions (System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions> permissions);
abstract member DisallowKeyPermissions : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.KeyPermissions> -> Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate
Public Function DisallowKeyPermissions (permissions As IList(Of KeyPermissions)) As IUpdate

Parameters

permissions
IList<KeyPermissions>

The list of permissions to revoke.

Returns

Applies to