# PlaidIdentityVerification

Model ID: `PlaidIdentityVerification`

A Plaid Identity Verification session response.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `client_user_id` | `string|null` | No |  |  | `null` | Yes |  |
| `completed_at` | `string|null` | No |  |  | `null` | Yes |  |
| `created_at` | `string|null` | No |  |  | `null` | Yes |  |
| `id` | `string|null` | No |  |  | `null` | Yes |  |
| `previous_attempt_id` | `string|null` | No |  |  | `null` | Yes |  |
| `shareable_url` | `string|null` | No |  |  | `null` | Yes |  |
| `status` | `string|null` | No |  |  | `null` | Yes |  |
| `template_id` | `string|null` | No |  |  | `null` | Yes |  |
| `user` | `object|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
