Airbyte · Example Payload

Airbyte Encryption Mapper Aes Configuration Example

Data IntegrationETLELTOpen SourceData PipelineConnectorsData

Airbyte Encryption Mapper Aes Configuration Example is an example object payload from Airbyte, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

algorithmfieldNameSuffixkeymodepaddingtargetField

Example Payload

Raw ↑
{
  "algorithm": "example-value",
  "fieldNameSuffix": "example-fieldnamesuffix",
  "key": "example-value",
  "mode": "CTR",
  "padding": "PKCS5Padding",
  "targetField": "example-value"
}