Uses of Class
com.microsoft.azure.management.keyvault.Permissions
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Permissions in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionAccessPolicy.permissions()
AccessPolicyEntry.permissions()
Get the permissions value.Permissions.withCertificates
(List<CertificatePermissions> certificates) Set the certificates value.Permissions.withKeys
(List<KeyPermissions> keys) Set the keys value.Permissions.withSecrets
(List<SecretPermissions> secrets) Set the secrets value.Permissions.withStorage
(List<StoragePermissions> storage) Set the storage value.Modifier and TypeMethodDescriptionAccessPolicyEntry.withPermissions
(Permissions permissions) Set the permissions value.