mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
6.8 KiB
6.8 KiB
SAMLAccount
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
String | ✔️ | N/A |
object |
com.clerk.backend_api.models.components.SAMLAccountObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
provider |
String | ✔️ | N/A |
active |
boolean | ✔️ | N/A |
emailAddress |
String | ✔️ | N/A |
firstName |
JsonNullable<? extends String> | ➖ | N/A |
lastName |
JsonNullable<? extends String> | ➖ | N/A |
providerUserId |
JsonNullable<? extends String> | ➖ | N/A |
publicMetadata |
Optional<? extends com.clerk.backend_api.models.components.SAMLAccountPublicMetadata> | ➖ | N/A |
verification |
Optional<? extends com.clerk.backend_api.models.components.SAMLAccountVerification> | ✔️ | N/A |