id |
String |
ID of the integration. |
[optional] |
integrationHubId |
Number |
ID of the integration hub. |
[optional] |
label |
String |
Label for the integration. |
[optional] |
description |
String |
Description of the integration. |
[optional] |
enabled |
Boolean |
Whether the integration is available to users. |
[optional] |
params |
[IntegrationParam] |
Array of params for the integration. |
[optional] |
supportedFormats |
[String] |
A list of data formats the integration supports. If unspecified, this will default to ["txt", "csv", "inline_json", "json", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip"]. Valid values are: "txt", "csv", "inline_json", "json", "json_detail", "json_detail_lite_stream", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". |
[optional] |
supportedActionTypes |
[String] |
A list of action types the integration supports. Valid values are: "cell", "query", "dashboard". |
[optional] |
supportedFormattings |
[String] |
A list of formatting options the integration supports. If unspecified, this will default to ["formatted", "unformatted"]. Valid values are: "formatted", "unformatted". |
[optional] |
supportedVisualizationFormattings |
[String] |
A list of visualization formatting options the integration supports. If unspecified, this will default to ["apply", "noapply"]. Valid values are: "apply", "noapply". |
[optional] |
supportedDownloadSettings |
[String] |
A list of all the download mechanisms the integration supports. The order is undefined: Looker will select the most appropriate supported download mechanism for a given query. The integration must ensure it can handle any of the mechanisms it claims to support. If unspecified, this will default to ["push"]. Valid values are: "push", "url". |
[optional] |
iconUrl |
String |
URL to an icon for the integration. |
[optional] |
usesOauth |
Boolean |
Whether the integration uses oauth. |
[optional] |
requiredFields |
[IntegrationRequiredField] |
A list of descriptions of required fields that this integration is compatible with. If there are multiple entries in this list, the integration requires more than one field. If unspecified, no fields will be required. |
[optional] |
can |
{String: Boolean} |
Operations the current user is able to perform on this object |
[optional] |