Class ElasticCloudIntegrationAccountUpdateData

Data envelope for updating an Elastic Cloud integration account.

Hierarchy

  • ElasticCloudIntegrationAccountUpdateData

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

Writable attributes used to update an Elastic Cloud integration account. Every field is optional; only the fields provided are changed. When dataflows is provided, only the dataflow ids included in the request are modified; dataflows omitted from the map keep their current configuration.

id: string

Unique identifier of the Elastic Cloud integration account to update.

The type of the integration account resource. Always integration-account.

Generated using TypeDoc