Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 7.99 KB

schemassamlconnection.md

File metadata and controls

30 lines (27 loc) · 7.99 KB

SchemasSAMLConnection

Fields

Field Type Required Description
object models.SchemasSAMLConnectionObject ✔️ N/A
id str ✔️ N/A
name str ✔️ N/A
domain str ✔️ N/A
idp_entity_id Nullable[str] ✔️ N/A
idp_sso_url Nullable[str] ✔️ N/A
idp_certificate Nullable[str] ✔️ N/A
acs_url str ✔️ N/A
sp_entity_id str ✔️ N/A
sp_metadata_url str ✔️ N/A
active bool ✔️ N/A
provider str ✔️ N/A
user_count int ✔️ N/A
sync_user_attributes bool ✔️ N/A
created_at int ✔️ Unix timestamp of creation.
updated_at int ✔️ Unix timestamp of last update.
idp_metadata_url OptionalNullable[str] N/A
idp_metadata OptionalNullable[str] N/A
organization_id OptionalNullable[str] N/A
attribute_mapping Optional[models.AttributeMapping] N/A
allow_subdomains Optional[bool] N/A
allow_idp_initiated Optional[bool] N/A
disable_additional_identifications Optional[bool] N/A