Interface DataLossPreventionInspectTemplateInspectConfigInfoTypes

    • Method Detail

      • getName

        @Stability(Stable)
        @NotNull
        String getName()
        Name of the information type.

        Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#name DataLossPreventionInspectTemplate#name}

      • getSensitivityScore

        @Stability(Stable)
        @Nullable
        default DataLossPreventionInspectTemplateInspectConfigInfoTypesSensitivityScore getSensitivityScore()
        sensitivity_score block.

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

      • getVersion

        @Stability(Stable)
        @Nullable
        default String getVersion()
        Version of the information type to use. By default, the version is set to stable.

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