Uses of Class
com.azure.resourcemanager.keyvault.models.AccessPolicyEntry
-
Packages that use AccessPolicyEntry Package Description com.azure.resourcemanager.keyvault.models 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 AccessPolicyEntry Modifier and Type Method Description AccessPolicyEntryAccessPolicyEntry. withApplicationId(UUID applicationId)Set the applicationId property: Application ID of the client making request on behalf of a principal.AccessPolicyEntryAccessPolicyEntry. 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.AccessPolicyEntryAccessPolicyEntry. withPermissions(Permissions permissions)Set the permissions property: Permissions the identity has for keys, secrets and certificates.AccessPolicyEntryAccessPolicyEntry. 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 AccessPolicyEntry Modifier and Type Method Description List<AccessPolicyEntry>VaultAccessPolicyProperties. accessPolicies()Get the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.List<AccessPolicyEntry>VaultPatchProperties. accessPolicies()Get the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.List<AccessPolicyEntry>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 AccessPolicyEntry Modifier and Type Method Description VaultAccessPolicyPropertiesVaultAccessPolicyProperties. withAccessPolicies(List<AccessPolicyEntry> accessPolicies)Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultPatchPropertiesVaultPatchProperties. withAccessPolicies(List<AccessPolicyEntry> accessPolicies)Set the accessPolicies property: An array of 0 to 16 identities that have access to the key vault.VaultPropertiesVaultProperties. withAccessPolicies(List<AccessPolicyEntry> accessPolicies)Set the accessPolicies property: An array of 0 to 1024 identities that have access to the key vault.
-