Uses of Class
com.azure.resourcemanager.keyvault.models.AccessPolicyEntry
Packages that use AccessPolicyEntry
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of AccessPolicyEntry in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return AccessPolicyEntryModifier and TypeMethodDescriptionstatic AccessPolicyEntryAccessPolicyEntry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccessPolicyEntry from the JsonReader.AccessPolicyEntry.withApplicationId(UUID applicationId) Set the applicationId property: Application ID of the client making request on behalf of a principal.AccessPolicyEntry.withObjectId(String objectId) Set the objectId property: The object ID of a user, service principal or security group in the Azure Active Directory tenant for the vault.AccessPolicyEntry.withPermissions(Permissions permissions) Set the permissions property: Permissions the identity has for keys, secrets and certificates.AccessPolicyEntry.withTenantId(UUID tenantId) Set the tenantId property: The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type AccessPolicyEntryModifier and TypeMethodDescriptionVaultAccessPolicyProperties.accessPolicies()Get the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultPatchProperties.accessPolicies()Get the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultProperties.accessPolicies()Get the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type AccessPolicyEntryModifier and TypeMethodDescriptionVaultAccessPolicyProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultPatchProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultProperties.withAccessPolicies(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.