| Field | Type | Required | Description |
|---|---|---|---|
id |
String | ✔️ | N/A |
object |
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<String> | ➖ | N/A |
lastName |
JsonNullable<String> | ➖ | N/A |
providerUserId |
JsonNullable<String> | ➖ | N/A |
lastAuthenticatedAt |
JsonNullable<Long> | ➖ | Unix timestamp of last authentication. |
publicMetadata |
Map<String, Object> | ➖ | N/A |
verification |
Optional<SAMLAccountVerification> | ✔️ | N/A |
samlConnection |
JsonNullable<SAMLAccountSAMLConnection> | ➖ | N/A |