Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.29 KB

ConnectorUnifiedApis.md

File metadata and controls

18 lines (13 loc) · 1.29 KB

ConnectorUnifiedApis

Properties

Name Type Description Notes
id UnifiedApiId [optional]
name str Name of the API. [optional]
auth_only bool Indicates whether a connector only supports authentication. In this case the connector is not mapped to a Unified API, but can be used with the Proxy API [optional] [readonly]
oauth_scopes [ConnectorOauthScopes1] [optional]
supported_resources [LinkedConnectorResource] List of resources that are supported on the connector. [optional]
downstream_unsupported_resources [str] List of resources that are not supported on the downstream. [optional]
supported_events [ConnectorEvent] List of events that are supported on the connector for this Unified API. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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