Interface DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfig

    • Method Detail

      • getDeidentifyTemplate

        @Stability(Stable)
        @Nullable
        default String getDeidentifyTemplate()
        If this template is specified, it will serve as the default de-identify template.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#deidentify_template DataLossPreventionJobTrigger#deidentify_template}

      • getImageRedactTemplate

        @Stability(Stable)
        @Nullable
        default String getImageRedactTemplate()
        If this template is specified, it will serve as the de-identify template for images.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#image_redact_template DataLossPreventionJobTrigger#image_redact_template}

      • getStructuredDeidentifyTemplate

        @Stability(Stable)
        @Nullable
        default String getStructuredDeidentifyTemplate()
        If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#structured_deidentify_template DataLossPreventionJobTrigger#structured_deidentify_template}