Bagikan melalui


IDefinition<ParentT> Interface

Definition

The entirety of an access policy definition.

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

Type Parameters

ParentT

The return type of the final Attachable.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 IInUpdate<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