gcloud_alpha_dlp_images_inspect (1)
NAME
- gcloud alpha dlp images inspect - finds potentially sensitive data in image content
SYNOPSIS
-
gcloud alpha dlp images inspect IMAGE [--exclude-info-types] [--include-quote] [--info-types=[INFOTYPE,...]] [--max-findings=MAX_FINDINGS] [--min-likelihood=MIN_LIKELIHOOD; default="possible"] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Finds potentially sensitive data in image content.
POSITIONAL ARGUMENTS
-
- IMAGE
-
- Image file to search for sensitive info. The file type must be one of PNG, JPEG, SVG, or BMP.
- Image file to search for sensitive info. The file type must be one of PNG, JPEG, SVG, or BMP.
FLAGS
-
- --exclude-info-types
-
Whether or not to exclude type information of the findings. Type information is
included by default.
- --include-quote
-
If True, the server will attempt to filter out profanities, replacing all but
the initial character in each filtered word with asterisks, e.g. "f**".
--info-types=[INFOTYPE,...]- Which infoTypes to scan input for. The values must correspond to infoType values found in documentation. For more information about valid infoTypes, see infoTypes Reference (cloud.google.com/dlp/docs/infotypes-reference
- Which infoTypes to scan input for. The values must correspond to infoType values found in documentation. For more information about valid infoTypes, see infoTypes Reference (cloud.google.com/dlp/docs/infotypes-reference
- --max-findings=MAX_FINDINGS
-
Maximum number of findings that will be returned per execution.
If not specified, no limits are applied.
- --min-likelihood=MIN_LIKELIHOOD; default="possible"
-
Only return findings equal to or above this threshold. MIN_LIKELIHOOD must
be one of: likely, possible, unlikely, very-likely,
very-unlikely.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
API REFERENCE
This command uses the dlp/v2 API. The full documentation for this API can be found at: cloud.google.com/dlp/docs
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support