Uses of Class
com.azure.resourcemanager.keyvault.models.Permissions
Packages that use Permissions
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Permissions in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return PermissionsModifier and TypeMethodDescriptionstatic PermissionsPermissions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Permissions from the JsonReader.AccessPolicy.permissions()Gets permissions the identity has for keys and secrets.AccessPolicyEntry.permissions()Get the permissions property: Permissions the identity has for keys, secrets and certificates.Permissions.withCertificates(List<CertificatePermissions> certificates) Set the certificates property: Permissions to certificates.Permissions.withKeys(List<KeyPermissions> keys) Set the keys property: Permissions to keys.Permissions.withSecrets(List<SecretPermissions> secrets) Set the secrets property: Permissions to secrets.Permissions.withStorage(List<StoragePermissions> storage) Set the storage property: Permissions to storage accounts.Methods in com.azure.resourcemanager.keyvault.models with parameters of type PermissionsModifier and TypeMethodDescriptionAccessPolicyEntry.withPermissions(Permissions permissions) Set the permissions property: Permissions the identity has for keys, secrets and certificates.