google_api_dlp v0.0.1 GoogleApi.DLP.V2beta1.Model.GooglePrivacyDlpV2beta1InspectConfig View Source

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

Attributes

  • excludeTypes (Boolean): When true, excludes type information of the findings. Defaults to: null.
  • includeQuote (Boolean): When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. Defaults to: null.
  • infoTypeLimits (List[GooglePrivacyDlpV2beta1InfoTypeLimit]): Configuration of findings limit given for specified info types. Defaults to: null.
  • infoTypes (List[GooglePrivacyDlpV2beta1InfoType]): Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or found in documentation. Empty info_types runs all enabled detectors. Defaults to: null.
  • maxFindings (Integer): Limits the number of findings per content item or long running operation. Defaults to: null.
  • minLikelihood (String): Only returns findings equal or above this threshold. Defaults to: null.

    • Enum - one of [LIKELIHOOD_UNSPECIFIED, VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY, VERY_LIKELY]