IWithPermissions<ParentT> Interface

Definition

The access policy definition stage allowing permissions to be added.

public interface IWithPermissions<ParentT>
type IWithPermissions<'ParentT> = interface
Public Interface IWithPermissions(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

AllowCertificateAllPermissions()

Allow all permissions for the AD identity to access certificates.

AllowCertificatePermissions(CertificatePermissions[])

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

AllowCertificatePermissions(IList<CertificatePermissions>)

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

AllowKeyAllPermissions()

Allow all permissions for the AD identity to access keys.

AllowKeyPermissions(IList<KeyPermissions>)

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

AllowKeyPermissions(KeyPermissions[])

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

AllowSecretAllPermissions()

Allow all 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.

Applies to