Interface DataLossPreventionJobTriggerInspectJobInspectConfig

    • Method Detail

      • 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_job_trigger#custom_info_types DataLossPreventionJobTrigger#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_job_trigger#exclude_info_types DataLossPreventionJobTrigger#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_job_trigger#include_quote DataLossPreventionJobTrigger#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_job_trigger#info_types DataLossPreventionJobTrigger#info_types}

      • getLimits

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

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#limits DataLossPreventionJobTrigger#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_job_trigger#min_likelihood DataLossPreventionJobTrigger#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_job_trigger#rule_set DataLossPreventionJobTrigger#rule_set}