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.Definition.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.Definition.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.Definition.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.Definition.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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET