Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
str | ✔️ | N/A | saml_account_id_123 |
object |
models.SAMLAccountObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
saml_account |
provider |
str | ✔️ | N/A | SAML Provider |
active |
bool | ✔️ | N/A | true |
email_address |
str | ✔️ | N/A | [email protected] |
verification |
Nullable[models.SAMLAccountVerification] | ✔️ | N/A | { "status": "verified", "strategy": "saml", "external_verification_redirect_url": "https://example.com/saml_callback" } |
first_name |
OptionalNullable[str] | ➖ | N/A | John |
last_name |
OptionalNullable[str] | ➖ | N/A | Doe |
provider_user_id |
OptionalNullable[str] | ➖ | N/A | prov_user_id_123 |
public_metadata |
Dict[str, Any] | ➖ | N/A | { "department": "IT" } |
saml_connection |
OptionalNullable[models.SamlConnection] | ➖ | N/A |