GooglePrivacyDlpV2InspectTemplateResponse

data class GooglePrivacyDlpV2InspectTemplateResponse(val createTime: String, val description: String, val displayName: String, val inspectConfig: GooglePrivacyDlpV2InspectConfigResponse, val name: String, val updateTime: String)

The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

Constructors

fun GooglePrivacyDlpV2InspectTemplateResponse(createTime: String, description: String, displayName: String, inspectConfig: GooglePrivacyDlpV2InspectConfigResponse, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of an inspectTemplate.

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 name. The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID;

Link copied to clipboard

The last update timestamp of an inspectTemplate.