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