mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
17 lines
6.8 KiB
Markdown
17 lines
6.8 KiB
Markdown
# SAMLAccount
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
| `id` | *String* | :heavy_check_mark: | N/A |
|
|
| `object` | [com.clerk.backend_api.models.components.SAMLAccountObject](../../models/components/SAMLAccountObject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value.<br/> |
|
|
| `provider` | *String* | :heavy_check_mark: | N/A |
|
|
| `active` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `emailAddress` | *String* | :heavy_check_mark: | N/A |
|
|
| `firstName` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `lastName` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `providerUserId` | *JsonNullable<? extends String>* | :heavy_minus_sign: | N/A |
|
|
| `publicMetadata` | [Optional<? extends com.clerk.backend_api.models.components.SAMLAccountPublicMetadata>](../../models/components/SAMLAccountPublicMetadata.md) | :heavy_minus_sign: | N/A |
|
|
| `verification` | [Optional<? extends com.clerk.backend_api.models.components.SAMLAccountVerification>](../../models/components/SAMLAccountVerification.md) | :heavy_check_mark: | N/A | |