fieldPatterns property

FieldPatterns fieldPatterns
final

Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (). You can't overlap field patterns. For example, you can't have both ABC and AB*. Note that field patterns are case-sensitive.

Implementation

final FieldPatterns fieldPatterns;