mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-06 04:19:25 +00:00
8.4 KiB
8.4 KiB
InvitationRevoked
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
object |
com.clerk.backend_api.models.components.InvitationRevokedObject | ✔️ | N/A | |
id |
String | ✔️ | N/A | |
emailAddress |
String | ✔️ | N/A | |
publicMetadata |
Optional<? extends com.clerk.backend_api.models.components.InvitationRevokedPublicMetadata> | ➖ | N/A | |
revoked |
Optional<? extends Boolean> | ➖ | N/A | true |
status |
com.clerk.backend_api.models.components.InvitationRevokedStatus | ✔️ | N/A | revoked |
url |
JsonNullable<? extends String> | ➖ | N/A | |
createdAt |
long | ✔️ | Unix timestamp of creation. |
|
updatedAt |
long | ✔️ | Unix timestamp of last update. |