Interface protos.google.privacy.dlp.v2.ICharacterMaskConfig (3.1.8)

Properties of a CharacterMaskConfig.

Package

@google-cloud/dlp!

Properties

charactersToIgnore

charactersToIgnore?: (google.privacy.dlp.v2.ICharsToIgnore[]|null);

CharacterMaskConfig charactersToIgnore

Property Value
TypeDescription
(google.privacy.dlp.v2.ICharsToIgnore[]|null)

maskingCharacter

maskingCharacter?: (string|null);

CharacterMaskConfig maskingCharacter

Property Value
TypeDescription
(string|null)

numberToMask

numberToMask?: (number|null);

CharacterMaskConfig numberToMask

Property Value
TypeDescription
(number|null)

reverseOrder

reverseOrder?: (boolean|null);

CharacterMaskConfig reverseOrder

Property Value
TypeDescription
(boolean|null)