dlp

Cloud Data Loss Prevention

Analytics & IoTGCP
General

General information about the service.

Description

Cloud DLP is a fully managed service designed to discover, classify, and protect your most sensitive data. It provides data inspection, de-identification, and risk analysis.

Service ID

dlp.googleapis.com

Resource Pattern

projects/{project}/dlpJobs/{job}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

dlp-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_data_loss_prevention_inspect_template" "main" {
2 parent = "projects/${var.project_id}"
3 display_name = "dlp-${var.workload}-${var.environment}"
4 inspect_config {
5 info_types {
6 name = "EMAIL_ADDRESS"
7 }
8 }
9}
Utilities

Utilities to support app deployment or configuration.