Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.3 KB

Integration.md

File metadata and controls

23 lines (19 loc) · 2.3 KB

Integration

Properties

Name Type Description Notes
id str ID of the integration. [optional]
integration_hub_id int ID of the integration hub. [optional]
label str Label for the integration. [optional]
description str Description of the integration. [optional]
enabled bool Whether the integration is available to users. [optional]
params list[IntegrationParam] Array of params for the integration. [optional]
supported_formats list[str] 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 list[str] A list of action types the integration supports. Valid values are: "cell", "query", "dashboard". [optional]
supported_formattings list[str] A list of formatting options the integration supports. Valid values are: "formatted", "unformatted". [optional]
supported_visualization_formattings list[str] A list of visualization formatting options the integration supports. Valid values are: "apply", "noapply". [optional]
supported_download_settings list[str] A list of streaming options the integration supports. Valid values are: "push", "url". [optional]
icon_url str URL to an icon for the integration. [optional]
required_fields list[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 dict(str, bool) Operations the current user is able to perform on this object [optional]

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