IWithPermissions<ParentT>.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(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. |
AllowSecretPermissions(SecretPermissions[])
Allow a list of permissions for the AD identity to access secrets.
public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithAttach<ParentT> 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.UpdateDefinition.IWithAttach<'ParentT>
Public Function AllowSecretPermissions (ParamArray permissions As SecretPermissions()) As IWithAttach(Of ParentT)
Parameters
- permissions
- SecretPermissions[]
The list of permissions allowed.
Returns
Applies to
AllowSecretPermissions(IList<SecretPermissions>)
Allow a list of permissions for the AD identity to access secrets.
public Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithAttach<ParentT> 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.UpdateDefinition.IWithAttach<'ParentT>
Public Function AllowSecretPermissions (permissions As IList(Of SecretPermissions)) As IWithAttach(Of ParentT)
Parameters
- permissions
- IList<SecretPermissions>
The list of permissions allowed.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET