IWithPermissions.DisallowKeyPermissions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.