Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 3.71 KB

Connector.md

File metadata and controls

39 lines (34 loc) · 3.71 KB

Connector

Properties

Name Type Description Notes
id str ID of the connector. [optional] [readonly]
name str Name of the connector. [optional]
status ConnectorStatus [optional]
description str, none_type A description of the object. [optional]
icon_url str Link to a small square icon for the connector. [optional]
logo_url str Link to the full logo for the connector. [optional]
website_url str Link to the connector's website. [optional]
signup_url str Link to the connector's signup page. [optional]
partner_signup_url str Link to the connector's partner program signup page. [optional]
free_trial_available bool Set to `true` when the connector offers a free trial. Use `signup_url` to sign up for a free trial [optional]
auth_type str Type of authorization used by the connector [optional] [readonly]
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]
blind_mapped bool Set to `true` when connector was implemented from downstream docs only and without API access. This state indicates that integration will require Apideck support, and access to downstream API to validate mapping quality. [optional] [readonly]
oauth_grant_type str OAuth grant type used by the connector. More info: https://oauth.net/2/grant-types [optional] [readonly]
oauth_credentials_source str Location of the OAuth client credentials. For most connectors the OAuth client credentials are stored on integration and managed by the application owner. For others they are stored on connection and managed by the consumer in Vault. [optional] [readonly]
oauth_scopes [ConnectorOauthScopes] List of OAuth Scopes available for this connector. [optional]
custom_scopes bool Set to `true` when connector allows the definition of custom scopes. [optional] [readonly]
has_sandbox_credentials bool Indicates whether Apideck Sandbox OAuth credentials are available. [optional]
settings [ConnectorSetting] [optional]
service_id str Service provider identifier [optional]
unified_apis [ConnectorUnifiedApis] List of Unified APIs that feature this connector. [optional]
supported_resources [LinkedConnectorResource] List of resources that are supported on the connector. [optional]
configurable_resources [str] List of resources that have settings that can be configured. [optional]
supported_events [ConnectorEvent] List of events that are supported on the connector across all Unified APIs. [optional]
webhook_support WebhookSupport [optional]
schema_support SchemaSupport [optional]
docs [ConnectorDoc] [optional]
tls_support ConnectorTlsSupport [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]