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

Properties of an ExclusionRule.

Package

@google-cloud/dlp!

Properties

dictionary

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

ExclusionRule dictionary

Property Value
TypeDescription
(google.privacy.dlp.v2.CustomInfoType.IDictionary|null)

excludeInfoTypes

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

ExclusionRule excludeInfoTypes

Property Value
TypeDescription
(google.privacy.dlp.v2.IExcludeInfoTypes|null)

matchingType

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

ExclusionRule matchingType

Property Value
TypeDescription
(google.privacy.dlp.v2.MatchingType|keyof typeof google.privacy.dlp.v2.MatchingType|null)

regex

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

ExclusionRule regex

Property Value
TypeDescription
(google.privacy.dlp.v2.CustomInfoType.IRegex|null)