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
BlocklistIdentifier
Fields
| Field | Type | Required | Description |
|---|---|---|---|
object |
Optional<? extends com.clerk.backend_api.models.components.BlocklistIdentifierObject> | ➖ | String representing the object's type. Objects of the same type share the same value. |
id |
Optional<? extends String> | ➖ | N/A |
identifier |
Optional<? extends String> | ➖ | An email address, email domain, phone number or web3 wallet. |
identifierType |
Optional<? extends com.clerk.backend_api.models.components.BlocklistIdentifierIdentifierType> | ➖ | 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. |