---
title: Datastore configuration reference
description: Learn more about the fields available for datastore configuration.
component: pingone
page_id: pingone:pingone_integration_kit:pf_p1_ik_datastore_config_fields
canonical_url: https://docs.pingidentity.com/integrations/pingone/pingone_integration_kit/pf_p1_ik_datastore_config_fields.html
revdate: June 18, 2024
---

# Datastore configuration reference

Learn more about the fields available for datastore configuration.

| Field                                | Description                                                                                                                                                                                                                                    |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **API Request Timeout**              | The amount of time, in milliseconds, that PingFederate waits for a response to a request, or to establish a connection with the Google Verified Access API. The default value is `10000`.&#xA;&#xA;To disable the timeout, enter a value of 0. |
| **Retry Request**                    | Retry a user data retrieval request if the API fails due to rate-limiting and you have **Retry Error Codes** configured.                                                                                                                       |
| **Maximum Retries Limit**            | The maximum number of retries that the adapter attempts if the API fails and you have **Retry Error Codes** configured.                                                                                                                        |
| **Retry Error Codes**                | A comma-separated list of error code values for API re-attempts, like `429` or `503`.                                                                                                                                                          |
| **Enable User Group Info Retrieval** | If selected, the adapter makes a request to retrieve user group info during datastore lookup. The `memberOfGroupIDs` and `memberOfGroupNames` core contract attributes will be populated with retrieved values.                                |
| **Enable Device Info Retrieval**     | If selected, the adapter makes a request to retrieve device info during datastore lookup. The `devices.phone` and `devices.email` core contract attributes will be populated with retrieved values.                                            |
| **Proxy Settings**                   | Defines proxy settings for outbound HTTP requests.The default value is `System Defaults`.                                                                                                                                                      |
| **Custom Proxy Host**                | The proxy server host name to use when **Proxy Settings** is set to custom.This field is blank by default.                                                                                                                                     |
| **Custom Proxy Port**                | The proxy server port to use when **Proxy Settings** is set to custom.This field is blank by default.                                                                                                                                          |
