Caught 90 days ahead of release
Released (90d lead)Medium Impact
Docs

Flexible Connector Parameters and Authentication

Modified API Methods (1):

The API has added a parameters field to both ConnectorConfiguration and ConnectorConfigurationAuthentication. This field allows for a map of name-value pairs using the new ConnectorConfigurationParameterValue schema, which supports multiple data types including boolValue, doubleValue, int32Value, stringValue, and secretValue. This change enables developers to pass non-standardized configuration options to connectors and perform granular updates using an update_mask (e.g., configuration.parameters.parameter_id).