Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 5.47 KB

File metadata and controls

19 lines (16 loc) · 5.47 KB

SAMLAccount

Fields

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