Properties of an InspectConfig.
Package
@google-cloud/dlpProperties
contentOptions
contentOptions?: (google.privacy.dlp.v2.ContentOption[]|null);
InspectConfig contentOptions
customInfoTypes
customInfoTypes?: (google.privacy.dlp.v2.ICustomInfoType[]|null);
InspectConfig customInfoTypes
excludeInfoTypes
excludeInfoTypes?: (boolean|null);
InspectConfig excludeInfoTypes
includeQuote
includeQuote?: (boolean|null);
InspectConfig includeQuote
infoTypes
infoTypes?: (google.privacy.dlp.v2.IInfoType[]|null);
InspectConfig infoTypes
limits
limits?: (google.privacy.dlp.v2.InspectConfig.IFindingLimits|null);
InspectConfig limits
minLikelihood
minLikelihood?: (google.privacy.dlp.v2.Likelihood|keyof typeof google.privacy.dlp.v2.Likelihood|null);
InspectConfig minLikelihood
ruleSet
ruleSet?: (google.privacy.dlp.v2.IInspectionRuleSet[]|null);
InspectConfig ruleSet