fileTypesToTransform property

List<String>? fileTypesToTransform
getter/setter pair

List of user-specified file type groups to transform.

If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.

Implementation

core.List<core.String>? fileTypesToTransform;