Class ElasticCloudIntegrationAccountResponseAttributes

Attributes of an Elastic Cloud integration account returned in responses.

Hierarchy

  • ElasticCloudIntegrationAccountResponseAttributes

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

Authentication configured on the Elastic Cloud integration account.

Dataflows configured on the Elastic Cloud integration account, keyed by dataflow id.

name: string

Human-readable name of the Elastic Cloud integration account.

Settings configured on the Elastic Cloud integration account.

Generated using TypeDoc