Tags: conversion
Type: string
Format: JsonArray
Default value: blank
Related:
ms.encryption.fields
specifies a list of fields to be encrypted before
they are passed to converters.
In this job property you can specify the fields (array of fields) that needs to be encrypted by the Gobblin Encryption utility.
These fields can be of JsonPrimitive type (string/int/boolean/etc.) or JsonObject type (with nested structure). For the later, the field name can be Json Path.
Fields to be encrypted cannot have null values, and the data type of the fields cannot be nullable (need to have isNullable: false). When ms.output.schema is defined, this will be checked against the definition in it.
ms.encryption.fields=["access_token", "client_secret", "refresh_token"]
ms.encryption.fields=["emailAddress", "settings.publicKey"]