Class PreventionInspectTemplateInspectConfigArgs


  • public final class PreventionInspectTemplateInspectConfigArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • contentOptions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> contentOptions()
        Returns:
        List of options defining data content to scan. If empty, text, images, and other content will be included. Each value may be one of: `CONTENT_TEXT`, `CONTENT_IMAGE`.
      • customInfoTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigCustomInfoTypeArgs>>> customInfoTypes()
        Returns:
        Custom info types to be used. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more. Structure is documented below.
      • excludeInfoTypes

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> excludeInfoTypes()
        Returns:
        When true, excludes type information of the findings.
      • includeQuote

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> includeQuote()
        Returns:
        When true, a contextual quote from the data that triggered a finding is included in the response.
      • infoTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigInfoTypeArgs>>> infoTypes()
        Returns:
        Restricts what infoTypes to look for. The values must correspond to InfoType values returned by infoTypes.list 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. Structure is documented below.
      • minLikelihood

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> minLikelihood()
        Returns:
        Only returns findings equal or above this threshold. See https://cloud.google.com/dlp/docs/likelihood for more info Default value is `POSSIBLE`. Possible values are: `VERY_UNLIKELY`, `UNLIKELY`, `POSSIBLE`, `LIKELY`, `VERY_LIKELY`.
      • ruleSets

        public java.util.Optional<com.pulumi.core.Output<java.util.List<PreventionInspectTemplateInspectConfigRuleSetArgs>>> ruleSets()
        Returns:
        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. Structure is documented below.