IWithAttach<ParentT> Interface

Definition

The final stage of the access policy definition. At this stage, more permissions can be added or application ID can be specified, or the access policy definition can be attached to the parent key vault update using WithAttach.attach().

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.UpdateDefinition.IWithPermissions<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithPermissions<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithPermissions(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

AllowCertificateAllPermissions()

Allow all permissions for the AD identity to access certificates.

(Inherited from IWithPermissions<ParentT>)
AllowCertificatePermissions(CertificatePermissions[])

Allow a list of permissions for the AD identity to access certificates.

(Inherited from IWithPermissions<ParentT>)
AllowCertificatePermissions(IList<CertificatePermissions>)

Allow a list of permissions for the AD identity to access certificates.

(Inherited from IWithPermissions<ParentT>)
AllowKeyAllPermissions()

Allow all permissions for the AD identity to access keys.

(Inherited from IWithPermissions<ParentT>)
AllowKeyPermissions(IList<KeyPermissions>)

Allow a list of permissions for the AD identity to access keys.

(Inherited from IWithPermissions<ParentT>)
AllowKeyPermissions(KeyPermissions[])

Allow a list of permissions for the AD identity to access keys.

(Inherited from IWithPermissions<ParentT>)
AllowSecretAllPermissions()

Allow all permissions for the AD identity to access secrets.

(Inherited from IWithPermissions<ParentT>)
AllowSecretPermissions(IList<SecretPermissions>)

Allow a list of permissions for the AD identity to access secrets.

(Inherited from IWithPermissions<ParentT>)
AllowSecretPermissions(SecretPermissions[])

Allow a list of permissions for the AD identity to access secrets.

(Inherited from IWithPermissions<ParentT>)
Attach() (Inherited from IInDefinition<ParentT>)

Applies to