excludedFieldTypes property

List<String>? excludedFieldTypes
getter/setter pair

List of secure fields which should be excluded from scanning process. All other fields will be scanned as usual. Field should be set ONLY as normalized field name. Example - DePassport.BirthDate or DePassport.Birthplace

Implementation

List<String>? excludedFieldTypes;