You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
22
22
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
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.
7369
7369
CheckDatasourceAuthResponse:
7370
+
required:
7371
+
- unauthorizedDatasourceInstances
7370
7372
properties:
7371
7373
unauthorizedDatasourceInstances:
7372
7374
type: array
7373
7375
description: |
7374
-
Datasource instances that require per-user OAuth authorization. Empty or absent when all datasources are authorized.
7376
+
Datasource instances that require per-user OAuth authorization. Empty when all datasources are authorized.
|`unauthorizedDatasourceInstances`| List\<[UnauthorizedDatasourceInstance](../../models/components/UnauthorizedDatasourceInstance.md)> |:heavy_minus_sign:| Datasource instances that require per-user OAuth authorization. Empty or absent when all datasources are authorized.<br/> |
|`unauthorizedDatasourceInstances`| List\<[UnauthorizedDatasourceInstance](../../models/components/UnauthorizedDatasourceInstance.md)> |:heavy_check_mark:| Datasource instances that require per-user OAuth authorization. Empty when all datasources are authorized.<br/> |
0 commit comments