Controls which connectors are included in [LookupWidgetConfigResponse.anonymous_widget_config.collection_components][].
The default (VIEW_UNSPECIFIED / MINIMAL) preserves today's behavior: only already-attached connectors (those with connectorAuthState.auth_state == AUTHORIZED) are returned.
| Enums | |
|---|---|
VIEW_UNSPECIFIED |
Default. Equivalent to MINIMAL. |
MINIMAL |
Returns only already-attached connectors. Today's behavior. |
WITH_AVAILABLE_CONNECTORS |
For SaaS / Business engines, additionally include synthetic placeholder entries in collectionComponents for connectors the caller may attach but has not yet attached. Placeholder entries have connectorAuthState.auth_state == AUTH_STATE_UNSPECIFIED (or NO_AUTH) and a pre-built authorizationUri built against a synthetic placeholder collection ID so the widget can initiate OAuth before the connector is attached. No effect on Enterprise engines. |