identifyingFields property
Table fields that may uniquely identify a row within the table.
When actions.saveFindings.outputConfig.table
is specified, the values of
columns specified here are available in the output table under
location.content_locations.record_location.record_key.id_values
. Nested
fields such as person.birthdate.year
are allowed.
Implementation
core.List<GooglePrivacyDlpV2FieldId>? identifyingFields;