Uses of Class
com.microsoft.azure.management.keyvault.AccessPolicyEntry
Packages that use AccessPolicyEntry
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of AccessPolicyEntry in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return AccessPolicyEntryModifier 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.Methods in com.microsoft.azure.management.keyvault that return types with arguments of type AccessPolicyEntryModifier and TypeMethodDescriptionVaultAccessPolicyProperties.accessPolicies()
Get the accessPolicies value.VaultPatchProperties.accessPolicies()
Get the accessPolicies value.VaultProperties.accessPolicies()
Get the accessPolicies value.Method parameters in com.microsoft.azure.management.keyvault with type arguments of type AccessPolicyEntryModifier 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.