Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 3.36 KB

Integration.md

File metadata and controls

27 lines (23 loc) · 3.36 KB

Integration

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
id string ID of the integration. [optional]
integration_hub_id string 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 \Swagger\Client\Model\IntegrationParam[] Array of params for the integration. [optional]
supported_formats string[] A list of data formats the integration supports. If unspecified, the default is all data formats. Valid values are: "txt", "csv", "inline_json", "json", "json_label", "json_detail", "json_detail_lite_stream", "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", "none". [optional]
supported_formattings string[] A list of formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "formatted", "unformatted". [optional]
supported_visualization_formattings string[] A list of visualization formatting options the integration supports. If unspecified, defaults to all formats. Valid values are: "apply", "noapply". [optional]
supported_download_settings string[] A list of all the download mechanisms the integration supports. The order of values is not significant: 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 defaults to all download setting values. Valid values are: "push", "url". [optional]
icon_url string URL to an icon for the integration. [optional]
uses_oauth bool Whether the integration uses oauth. [optional]
required_fields \Swagger\Client\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. If unspecified, no fields will be required. [optional]
privacy_link string Link to privacy policy for destination [optional]
delegate_oauth bool Whether the integration uses delegate oauth, which allows federation between an integration installation scope specific entity (like org, group, and team, etc.) and Looker. [optional]
installed_delegate_oauth_targets string[] Whether the integration is available to users. [optional]

[Back to Model list] [Back to API list] [Back to README]