GooglePrivacyDlpV2InspectConfigResponse

data class GooglePrivacyDlpV2InspectConfigResponse(val contentOptions: List<String>, val customInfoTypes: List<GooglePrivacyDlpV2CustomInfoTypeResponse>, val excludeInfoTypes: Boolean, val includeQuote: Boolean, val infoTypes: List<GooglePrivacyDlpV2InfoTypeResponse>, val limits: GooglePrivacyDlpV2FindingLimitsResponse, val minLikelihood: String, val ruleSet: List<GooglePrivacyDlpV2InspectionRuleSetResponse>)

Configuration description of the scanning process. When used with redactContent only info_types and min_likelihood are currently used.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated and unused.

Link copied to clipboard

CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.

Link copied to clipboard

When true, excludes type information of the findings. This is not used for data profiling.

Link copied to clipboard

When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.

Link copied to clipboard

Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.

Link copied to clipboard

Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.

Link copied to clipboard

Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.

Link copied to clipboard

Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.