IUpdate Interface

Definition

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

public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.AccessPolicy.Update.IWithPermissions, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IUpdate>
type IUpdate = interface
    interface IWithPermissions
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithPermissions
Implements

Methods

AllowCertificateAllPermissions()

Allow all permissions for the AD identity to access certificates.

(Inherited from IWithPermissions)
AllowCertificatePermissions(CertificatePermissions[])

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

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

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

(Inherited from IWithPermissions)
AllowKeyAllPermissions()

Allow all permissions for the AD identity to access keys.

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

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

(Inherited from IWithPermissions)
AllowKeyPermissions(KeyPermissions[])

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

(Inherited from IWithPermissions)
AllowSecretAllPermissions()

Allow all permissions for the AD identity to access secrets.

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

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

(Inherited from IWithPermissions)
AllowSecretPermissions(SecretPermissions[])

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

(Inherited from IWithPermissions)
DisallowCertificateAllPermissions()

Revoke all permissions for the AD identity to access certificates.

(Inherited from IWithPermissions)
DisallowCertificatePermissions(CertificatePermissions[])

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

(Inherited from IWithPermissions)
DisallowCertificatePermissions(IList<CertificatePermissions>)

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

(Inherited from IWithPermissions)
DisallowKeyAllPermissions()

Revoke all permissions for the AD identity to access keys.

(Inherited from IWithPermissions)
DisallowKeyPermissions(IList<KeyPermissions>)

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

(Inherited from IWithPermissions)
DisallowKeyPermissions(KeyPermissions[])

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

(Inherited from IWithPermissions)
DisallowSecretAllPermissions()

Revoke all permissions for the AD identity to access secrets.

(Inherited from IWithPermissions)
DisallowSecretPermissions(IList<SecretPermissions>)

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

(Inherited from IWithPermissions)
DisallowSecretPermissions(SecretPermissions[])

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

(Inherited from IWithPermissions)
Parent() (Inherited from ISettable<ParentT>)

Applies to