Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 5.83 KB

File metadata and controls

19 lines (15 loc) · 5.83 KB

CreateEnterpriseConnectionSaml

SAML connection-specific properties. Only applied when the enterprise connection uses SAML (e.g. provider is saml_custom). Use this to set IdP configuration, attribute mapping, and other SAML-specific settings at creation time.

Fields

Field Type Required Description
idp_entity_id OptionalNullable[str] IdP entity ID
idp_sso_url OptionalNullable[str] IdP SSO URL
idp_certificate OptionalNullable[str] IdP certificate (PEM)
idp_metadata_url OptionalNullable[str] URL to IdP metadata
idp_metadata OptionalNullable[str] Raw IdP metadata XML
attribute_mapping OptionalNullable[models.CreateEnterpriseConnectionAttributeMapping] Attribute mapping for SAML attributes
allow_subdomains OptionalNullable[bool] N/A
allow_idp_initiated OptionalNullable[bool] N/A
force_authn OptionalNullable[bool] N/A