Class EntityIntegrationConfigRequestAttributes

Attributes used to create or update an entity integration configuration.

Hierarchy

  • EntityIntegrationConfigRequestAttributes

Constructors

Properties

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
config: {
    [key: string]: any;
}

Integration-specific configuration payload. The shape of this object depends on the integration identified by the path parameter. For github, the object must contain an enabled_repos array. For jira, it must contain an enabled_projects array. For pagerduty, it must contain an accounts array.

Type declaration

  • [key: string]: any

Generated using TypeDoc