IWithPermissions.DisallowSecretPermissions 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
DisallowSecretPermissions(SecretPermissions[]) |
Revoke a list of permissions for the AD identity to access secrets. |
DisallowSecretPermissions(IList<SecretPermissions>) |
Revoke a list of permissions for the AD identity to access secrets. |
DisallowSecretPermissions(SecretPermissions[])
Revoke a list of permissions for the AD identity to access secrets.
public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate DisallowSecretPermissions (params Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions[] permissions);
abstract member DisallowSecretPermissions : Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions[] -> Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate
Public Function DisallowSecretPermissions (ParamArray permissions As SecretPermissions()) As IUpdate
Parameters
- permissions
- SecretPermissions[]
The list of permissions to revoke.
Returns
Applies to
DisallowSecretPermissions(IList<SecretPermissions>)
Revoke a list of permissions for the AD identity to access secrets.
public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate DisallowSecretPermissions (System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> permissions);
abstract member DisallowSecretPermissions : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> -> Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IUpdate
Public Function DisallowSecretPermissions (permissions As IList(Of SecretPermissions)) As IUpdate
Parameters
- permissions
- IList<SecretPermissions>
The list of permissions to revoke.