Deidentify Template Args
    data class DeidentifyTemplateArgs(val deidentifyConfig: Output<GooglePrivacyDlpV2DeidentifyConfigArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val templateId: Output<String>? = null) : ConvertibleToJava<DeidentifyTemplateArgs> 
Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
                fun DeidentifyTemplateArgs(deidentifyConfig: Output<GooglePrivacyDlpV2DeidentifyConfigArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, templateId: Output<String>? = null)