Class EntityIntegrationConfigAttributes

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

Hierarchy

  • EntityIntegrationConfigAttributes

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
integrationId: string

The identifier of the integration this configuration applies to (for example, github, jira, or pagerduty).

orgId: number

The Datadog organization identifier that owns this configuration.

Generated using TypeDoc