Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 6.29 KB

File metadata and controls

14 lines (9 loc) · 6.29 KB

UnauthorizedDatasourceInstance

A datasource instance that could not return results for this request because the user has not completed or has expired per-user OAuth.

Fields

Field Type Required Description Example
datasource_instance Optional[str] The instance identifier (e.g. "github", "github_enterprise_0", "slack_0"). Matches the instance names used in datasource configuration.
slack_0
display_name Optional[str] Human-readable name of the datasource instance for display. Slack
auth_status Optional[models.AuthStatus] The per-user authorization status for a datasource.
auth_url_relative_path Optional[str] Relative path to initiate or resume OAuth for the current user and instance, including a one-time authentication token as a query parameter. Clients should prepend their configured Glean backend base URL.