mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
48 lines
1.6 KiB
Text
48 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha dlp - manage sensitive data with Cloud Data Loss Prevention
|
|
|
|
SYNOPSIS
|
|
gcloud alpha dlp GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The DLP API lets you understand and manage sensitive data. It
|
|
provides fast, scalable classification and optional redaction for sensitive
|
|
data elements like credit card numbers, names, Social Security numbers,
|
|
passport numbers, U.S. and selected international driver's license numbers,
|
|
and phone numbers. The API classifies this data using more than 50
|
|
predefined detectors to identify patterns, formats, and checksums, and even
|
|
understands contextual clues. The API supports text and images; just send
|
|
data to the API or specify data stored on your Google Cloud Storage,
|
|
BigQuery, or Cloud Datastore instances.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
datasources
|
|
(ALPHA) Cloud DLP Commands for analyzing Google Cloud data
|
|
repositories.
|
|
|
|
images
|
|
(ALPHA) Use Cloud DLP Image capabilities.
|
|
|
|
job-triggers
|
|
(ALPHA) Cloud DLP commands for creating and managing Cloud DLP job
|
|
triggers.
|
|
|
|
jobs
|
|
(ALPHA) Manage asynchronous, long-running Cloud DLP jobs.
|
|
|
|
text
|
|
(ALPHA) Use Cloud DLP Text capabilities.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist.
|
|
|