Name | Type | Description | Notes |
---|---|---|---|
id | string | ID of the integration. | [optional] |
integration_hub_id | int | ID of the integration hub. | [optional] |
label | string | Label for the integration. | [optional] |
description | string | Description of the integration. | [optional] |
enabled | bool | Whether the integration is available to users. | [optional] |
params | \Looker\Model\IntegrationParam[] | Array of params for the integration. | [optional] |
supported_formats | string[] | A list of data formats the integration supports. Valid values are: "txt", "csv", "inline_json", "json", "json_detail", "xlsx", "html", "wysiwyg_pdf", "assembled_pdf", "wysiwyg_png", "csv_zip". | [optional] |
supported_action_types | string[] | A list of action types the integration supports. Valid values are: "cell", "query", "dashboard". | [optional] |
supported_formattings | string[] | A list of formatting options the integration supports. Valid values are: "formatted", "unformatted". | [optional] |
supported_visualization_formattings | string[] | A list of visualization formatting options the integration supports. Valid values are: "apply", "noapply". | [optional] |
supported_download_settings | string[] | A list of streaming options the integration supports. Valid values are: "push", "url". | [optional] |
icon_url | string | URL to an icon for the integration. | [optional] |
required_fields | \Looker\Model\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. | [optional] |
can | map[string,bool] | Operations the current user is able to perform on this object | [optional] |
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.