mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-07 12:27:45 +00:00
15 lines
5.7 KiB
Markdown
15 lines
5.7 KiB
Markdown
# AllowlistIdentifier
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `object` | [Optional<? extends com.clerk.backend_api.models.components.AllowlistIdentifierObject>](../../models/components/AllowlistIdentifierObject.md) | :heavy_minus_sign: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
|
| `id` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `invitationId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `identifier` | *Optional<? extends String>* | :heavy_minus_sign: | An email address or a phone number.<br/> |
|
|
| `identifierType` | [Optional<? extends com.clerk.backend_api.models.components.IdentifierType>](../../models/components/IdentifierType.md) | :heavy_minus_sign: | N/A |
|
|
| `instanceId` | *Optional<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `createdAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of creation<br/> |
|
|
| `updatedAt` | *Optional<? extends Long>* | :heavy_minus_sign: | Unix timestamp of last update.<br/> | |