Uses of Class
com.microsoft.azure.management.keyvault.AccessPolicyEntry
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of AccessPolicyEntry in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionAccessPolicyEntry.withApplicationId
(UUID applicationId) Set the applicationId value.AccessPolicyEntry.withObjectId
(String objectId) Set the objectId value.AccessPolicyEntry.withPermissions
(Permissions permissions) Set the permissions value.AccessPolicyEntry.withTenantId
(UUID tenantId) Set the tenantId value.Modifier and TypeMethodDescriptionVaultAccessPolicyProperties.accessPolicies()
Get the accessPolicies value.VaultPatchProperties.accessPolicies()
Get the accessPolicies value.VaultProperties.accessPolicies()
Get the accessPolicies value.Modifier and TypeMethodDescriptionVaultAccessPolicyProperties.withAccessPolicies
(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.VaultPatchProperties.withAccessPolicies
(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.VaultProperties.withAccessPolicies
(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.