Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.48 KB

IntegrationHub.md

File metadata and controls

20 lines (16 loc) · 1.48 KB

IntegrationHub

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 hub. [optional]
url string URL of the hub. [optional]
label string Label of the hub. [optional]
official bool Whether this hub is a first-party integration hub operated by Looker. [optional]
fetch_error_message string An error message, present if the integration hub metadata could not be fetched. If this is present, the integration hub is unusable. [optional]
authorization_token string (Write-Only) An authorization key that will be sent to the integration hub on every request. [optional]
has_authorization_token bool Whether the authorization_token is set for the hub. [optional]
legal_agreement_signed bool Whether the legal agreement message has been signed by the user. This only matters if legal_agreement_required is true. [optional]
legal_agreement_required bool Whether the legal terms for the integration hub are required before use. [optional]
legal_agreement_text string The legal agreement text for this integration hub. [optional]

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