Uses of Interface
com.microsoft.azure.management.keyvault.AccessPolicy.Update
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of AccessPolicy.Update in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionAccessPolicy.UpdateStages.WithPermissions.allowCertificateAllPermissions()
Allow all permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.allowCertificatePermissions
(CertificatePermissions... permissions) Allow a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.allowCertificatePermissions
(List<CertificatePermissions> permissions) Allow a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.allowKeyAllPermissions()
Allow all permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.allowKeyPermissions
(KeyPermissions... permissions) Allow a list of permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.allowKeyPermissions
(List<KeyPermissions> permissions) Allow a list of permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.allowSecretAllPermissions()
Allow all permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions
(SecretPermissions... permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions
(List<SecretPermissions> permissions) Allow a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.allowStorageAllPermissions()
Allow all permissions for the Ad identity to access storage.AccessPolicy.UpdateStages.WithPermissions.allowStoragePermissions
(StoragePermissions... permissions) Allow a list of permissions for the AD identity to access storage.AccessPolicy.UpdateStages.WithPermissions.allowStoragePermissions
(List<StoragePermissions> permissions) Allow a list of permissions for the AD identity to access storage.AccessPolicy.UpdateStages.WithPermissions.disallowCertificateAllPermissions()
Revoke all permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.disallowCertificatePermissions
(CertificatePermissions... permissions) Revoke a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.disallowCertificatePermissions
(List<CertificatePermissions> permissions) Revoke a list of permissions for the AD identity to access certificates.AccessPolicy.UpdateStages.WithPermissions.disallowKeyAllPermissions()
Revoke all permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.disallowKeyPermissions
(KeyPermissions... permissions) Revoke a list of permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.disallowKeyPermissions
(List<KeyPermissions> permissions) Revoke a list of permissions for the AD identity to access keys.AccessPolicy.UpdateStages.WithPermissions.disallowSecretAllPermissions()
Revoke all permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions
(SecretPermissions... permissions) Revoke a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.disallowSecretPermissions
(List<SecretPermissions> permissions) Revoke a list of permissions for the AD identity to access secrets.AccessPolicy.UpdateStages.WithPermissions.disallowStorageAllPermissions()
Revoke all permissions for the Ad identity to access storage.AccessPolicy.UpdateStages.WithPermissions.disallowStoragePermissions
(StoragePermissions... permissions) Revoke a list of permissions for the AD identity to access storage.AccessPolicy.UpdateStages.WithPermissions.disallowStoragePermissions
(List<StoragePermissions> permissions) Revoke a list of permissions for the AD identity to access storage.Vault.UpdateStages.WithAccessPolicy.updateAccessPolicy
(String objectId) Begins the update of an existing access policy attached to this key vault.