GooglePrivacyDlpV2InspectConfig class

Configuration description of the scanning process.

When used with redactContent only info_types and min_likelihood are currently used.

Constructors

GooglePrivacyDlpV2InspectConfig({List<String>? contentOptions, List<GooglePrivacyDlpV2CustomInfoType>? customInfoTypes, bool? excludeInfoTypes, bool? includeQuote, List<GooglePrivacyDlpV2InfoType>? infoTypes, GooglePrivacyDlpV2FindingLimits? limits, String? minLikelihood, List<GooglePrivacyDlpV2InfoTypeLikelihood>? minLikelihoodPerInfoType, List<GooglePrivacyDlpV2InspectionRuleSet>? ruleSet})
GooglePrivacyDlpV2InspectConfig.fromJson(Map json_)

Properties

contentOptions List<String>?
Deprecated and unused.
getter/setter pair
customInfoTypes List<GooglePrivacyDlpV2CustomInfoType>?
CustomInfoTypes provided by the user.
getter/setter pair
excludeInfoTypes bool?
When true, excludes type information of the findings.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
includeQuote bool?
When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote.
getter/setter pair
infoTypes List<GooglePrivacyDlpV2InfoType>?
Restricts what info_types to look for.
getter/setter pair
limits GooglePrivacyDlpV2FindingLimits?
Configuration to control the number of findings returned.
getter/setter pair
minLikelihood String?
Only returns findings equal to or above this threshold.
getter/setter pair
minLikelihoodPerInfoType List<GooglePrivacyDlpV2InfoTypeLikelihood>?
Minimum likelihood per infotype.
getter/setter pair
ruleSet List<GooglePrivacyDlpV2InspectionRuleSet>?
Set of rules to apply to the findings for this InspectConfig.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited