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.
| 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 |