mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
5.7 KiB
5.7 KiB
AllowlistIdentifier
Fields
| Field | Type | Required | Description |
|---|---|---|---|
object |
Optional<? extends com.clerk.backend_api.models.components.AllowlistIdentifierObject> | ➖ | String representing the object's type. Objects of the same type share the same value. |
id |
Optional<? extends String> | ➖ | N/A |
invitationId |
Optional<? extends String> | ➖ | N/A |
identifier |
Optional<? extends String> | ➖ | An email address or a phone number. |
identifierType |
Optional<? extends com.clerk.backend_api.models.components.IdentifierType> | ➖ | N/A |
instanceId |
Optional<? extends String> | ➖ | N/A |
createdAt |
Optional<? extends Long> | ➖ | Unix timestamp of creation |
updatedAt |
Optional<? extends Long> | ➖ | Unix timestamp of last update. |