Interface protos.google.privacy.dlp.v2.IExclusionRule (5.3.0)

Properties of an ExclusionRule.

Package

@google-cloud/dlp

Properties

dictionary

dictionary?: (google.privacy.dlp.v2.CustomInfoType.IDictionary|null);

ExclusionRule dictionary

excludeByHotword

excludeByHotword?: (google.privacy.dlp.v2.IExcludeByHotword|null);

ExclusionRule excludeByHotword

excludeInfoTypes

excludeInfoTypes?: (google.privacy.dlp.v2.IExcludeInfoTypes|null);

ExclusionRule excludeInfoTypes

matchingType

matchingType?: (google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType|null);

ExclusionRule matchingType

regex

regex?: (google.privacy.dlp.v2.CustomInfoType.IRegex|null);

ExclusionRule regex