mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Jul 31 09:35:15 UTC 2024
This commit is contained in:
parent
3a4c5997b9
commit
ed2f818f7a
2722 changed files with 12631 additions and 6826 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha dlp text inspect
|
||||
(--content=CONTENT | --content-file=CONTENT_FILE)
|
||||
(--content=CONTENT | --content-file=PATH_TO_FILE)
|
||||
[--exclude-info-types] [--include-quote] [--info-types=[INFOTYPE,...]]
|
||||
[--max-findings=MAX_FINDINGS]
|
||||
[--min-likelihood=MIN_LIKELIHOOD; default="possible"]
|
||||
|
|
@ -19,10 +19,12 @@ REQUIRED FLAGS
|
|||
--content=CONTENT
|
||||
Text content to inspect for sensitive data.
|
||||
|
||||
--content-file=CONTENT_FILE
|
||||
--content-file=PATH_TO_FILE
|
||||
Text file to inspect for sensitive data. Can also be a CSV file
|
||||
specifying tabular data. For CSV files, up to 50,000 values per
|
||||
request are allowed. To read from stdin pass '-' as the file name.
|
||||
Use a full or relative path to a local file containing the value of
|
||||
content_file.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--exclude-info-types
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha dlp text redact --info-types=[INFOTYPE,...]
|
||||
(--content=CONTENT | --content-file=CONTENT_FILE)
|
||||
(--content=CONTENT | --content-file=PATH_TO_FILE)
|
||||
(--remove-findings | --replace-with-info-type
|
||||
| --replacement-text=REPLACEMENT_TEXT)
|
||||
[--min-likelihood=MIN_LIKELIHOOD; default="possible"]
|
||||
|
|
@ -33,10 +33,12 @@ REQUIRED FLAGS
|
|||
--content=CONTENT
|
||||
Text content to redact sensitive data from.
|
||||
|
||||
--content-file=CONTENT_FILE
|
||||
--content-file=PATH_TO_FILE
|
||||
Text file to scan for sensitive data to redact. Can also be a CSV
|
||||
file specifying tabular data. For CSV files, up to 50,000 values per
|
||||
request are allowed. To read from stdin pass '-' as the file name.
|
||||
Use a full or relative path to a local file containing the value of
|
||||
content_file.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue