Attributes for an integration.

Hierarchy

  • IntegrationAttributes

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
categories: string[]

List of categories associated with the integration.

description: string

A description of the integration.

installed: boolean

Whether the integration is installed.

title: string

The name of the integration.

Generated using TypeDoc