> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# user_candidate table

> This table will hold user candidate secrets

## user\_candidate Table (389)

This table will hold user candidate secrets

## Fields

| Name          | Description                                                    | Type                      | Nullable |
| ------------- | -------------------------------------------------------------- | ------------------------- | :------: |
| id            | Primary key                                                    | PK                        |    No    |
| person\_id    | Foreign key. Id of a person representing Customer Center User. | FK [person](./person.mdx) |    No    |
| secret\_key   | Username of a Customer Centre User.                            | String(255)               |    Yes   |
| secret\_value | Password of a Customer Centre User.                            | String(255)               |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/K-xlYeRVgDTkPUCX/media/loc/en/database/tables/user_candidate.png?fit=max&auto=format&n=K-xlYeRVgDTkPUCX&q=85&s=7f8976a05e97f0a802fc9a877c607209" alt="user_candidate table relationship diagram" width="417" height="59" data-path="media/loc/en/database/tables/user_candidate.png" />

## Indexes

| Fields      | Types       | Description |
| ----------- | ----------- | ----------- |
| person\_id  | FK          | Index       |
| secret\_key | String(255) | Index       |

## Relationships

| Table              | Description |
| ------------------ | ----------- |
| [person](./person) | Persons     |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
