JSON:API resource object for an entity integration configuration.

Hierarchy

  • EntityIntegrationConfigData

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

The organization ID, integration identifier, and integration-specific configuration payload for an entity integration configuration.

id: string

Unique identifier of the entity integration configuration.

JSON:API resource type for an entity integration configuration. Always entity_integration_configs.

Generated using TypeDoc