The custom connection attributes.

Hierarchy

  • CustomConnectionAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name?: string

The name of the custom connection.

Information about the Private Action Runner used by the custom connection, if the custom connection is associated with a Private Action Runner.

Generated using TypeDoc