interface ConnectorUrlRegistration {
    source: url;
    url: string;
}

Hierarchy

  • ConnectorRegistrationBase
    • ConnectorUrlRegistration

Properties

Properties

source: url

Connector source type.

url: string

Url to the connector.

  • If source is url, this must be a publicly accessible url.

  • If source is grafx, this must be the full url to the connector GET endpoint on GraFx Environment API.