IWithPermissions<ParentT>.AllowSecretPermissions Method

Definition

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