Inspect Template Args
data class InspectTemplateArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val inspectConfig: Output<GooglePrivacyDlpV2InspectConfigArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val templateId: Output<String>? = null) : ConvertibleToJava<InspectTemplateArgs>
Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage. See https://cloud.google.com/dlp/docs/creating-templates to learn more. Auto-naming is currently not supported for this resource.
Properties
Link copied to clipboard
Short description (max 256 chars).
Link copied to clipboard
Display name (max 256 chars).
Link copied to clipboard
The core content of the template. Configuration of the scanning process.
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.