IWithPermissions Interface

Definition

The access policy update stage allowing permissions to be added or removed.

public interface IWithPermissions
type IWithPermissions = interface
Public Interface IWithPermissions
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.

DisallowCertificateAllPermissions()

Revoke all permissions for the AD identity to access certificates.

DisallowCertificatePermissions(CertificatePermissions[])

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

DisallowCertificatePermissions(IList<CertificatePermissions>)

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

DisallowKeyAllPermissions()

Revoke all permissions for the AD identity to access keys.

DisallowKeyPermissions(IList<KeyPermissions>)

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

DisallowKeyPermissions(KeyPermissions[])

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

DisallowSecretAllPermissions()

Revoke all permissions for the AD identity to access secrets.

DisallowSecretPermissions(IList<SecretPermissions>)

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

DisallowSecretPermissions(SecretPermissions[])

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

Applies to