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.
Properties
Link copied to clipboard
The core content of the template.
Link copied to clipboard
Short description (max 256 chars).
Link copied to clipboard
Display name (max 256 chars).
Link copied to clipboard
The template id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.