Interface DataLossPreventionInspectTemplateInspectConfig

    • Method Detail

      • getContentOptions

        @Stability(Stable)
        @Nullable
        default List<String> getContentOptions()
        List of options defining data content to scan.

        If empty, text, images, and other content will be included. Possible values: ["CONTENT_TEXT", "CONTENT_IMAGE"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#content_options DataLossPreventionInspectTemplate#content_options}

      • getCustomInfoTypes

        @Stability(Stable)
        @Nullable
        default Object getCustomInfoTypes()
        custom_info_types block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#custom_info_types DataLossPreventionInspectTemplate#custom_info_types}

      • getExcludeInfoTypes

        @Stability(Stable)
        @Nullable
        default Object getExcludeInfoTypes()
        When true, excludes type information of the findings.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#exclude_info_types DataLossPreventionInspectTemplate#exclude_info_types}

      • getIncludeQuote

        @Stability(Stable)
        @Nullable
        default Object getIncludeQuote()
        When true, a contextual quote from the data that triggered a finding is included in the response.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#include_quote DataLossPreventionInspectTemplate#include_quote}

      • getInfoTypes

        @Stability(Stable)
        @Nullable
        default Object getInfoTypes()
        info_types block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#info_types DataLossPreventionInspectTemplate#info_types}

      • getLimits

        @Stability(Stable)
        @Nullable
        default DataLossPreventionInspectTemplateInspectConfigLimits getLimits()
        limits block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#limits DataLossPreventionInspectTemplate#limits}

      • getMinLikelihood

        @Stability(Stable)
        @Nullable
        default String getMinLikelihood()
        Only returns findings equal or above this threshold.

        See https://cloud.google.com/dlp/docs/likelihood for more info Default value: "POSSIBLE" Possible values: ["VERY_UNLIKELY", "UNLIKELY", "POSSIBLE", "LIKELY", "VERY_LIKELY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#min_likelihood DataLossPreventionInspectTemplate#min_likelihood}

      • getRuleSet

        @Stability(Stable)
        @Nullable
        default Object getRuleSet()
        rule_set block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#rule_set DataLossPreventionInspectTemplate#rule_set}