IUpdateDefinition<ParentT> Interface

Definition

The entirety of an access policy definition as part of a key vault update.

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

Type Parameters

ParentT

The return type of the final UpdateDefinitionStages.WithAttach.attach().

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>)
ForGroup(IActiveDirectoryGroup)

Specifies the Active Directory group this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForObjectId(String)

Specifies the object ID of the Active Directory identity this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForServicePrincipal(IServicePrincipal)

Specifies the Active Directory service principal this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForServicePrincipal(String)

Specifies the Active Directory service principal this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForUser(IActiveDirectoryUser)

Specifies the Active Directory user this access policy is for.

(Inherited from IWithIdentity<ParentT>)
ForUser(String)

Specifies the Active Directory user this access policy is for.

(Inherited from IWithIdentity<ParentT>)

Applies to