File name: user_credentials.csv.zstd .
The user credentials export contains encrypted user credentials for external services in Beat's database.
<aside> <img src="/icons/warning_yellow.svg" alt="/icons/warning_yellow.svg" width="40px" />
This report contains encrypted information. For information on how to read the encrypted data, please see the Encryption document.
</aside>
Note: This file contains sensitive encrypted data.
| Field | Data type | Description |
|---|---|---|
client_credential_id |
integer | The credential's ID. |
user_id |
integer | The ID of the user. |
type_id |
integer | The numeric ID of the credential type. |
type |
string | The type of credential (e.g., stripe_customer_id). |
encrypted_credential |
string (base64 encoded) | The encrypted credential value. |
iv |
string (base64 encoded) | The initialization vector for decryption. |