Uses of Class
com.microsoft.azure.management.keyvault.Permissions
Packages that use Permissions
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Permissions in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return PermissionsModifier 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.Methods in com.microsoft.azure.management.keyvault with parameters of type PermissionsModifier and TypeMethodDescriptionAccessPolicyEntry.withPermissions(Permissions permissions) Set the permissions value.