1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed May 17 10:38:17 UTC 2023

This commit is contained in:
Automated 2023-05-17 10:38:17 +00:00
parent 14441c7ea7
commit a56fab68e5
151 changed files with 1878 additions and 2972 deletions

View file

@ -8,7 +8,7 @@ SYNOPSIS
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
--action=ACTION
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
[GCLOUD_WIDE_FLAG ...]
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Add severities or threat-ids to existing threat prevention profile
@ -79,6 +79,11 @@ REQUIRED FLAGS
the list is a vendor-specified Signature ID representing a threat
type.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha network-security security-profiles threat-prevention create
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
[--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
[--async] [--description=DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a new Security Profile with the given name.
@ -52,6 +52,10 @@ POSITIONAL ARGUMENTS
▸ provide the argument --organization on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
--description=DESCRIPTION
Brief description of the security profile

View file

@ -5,7 +5,7 @@ NAME
SYNOPSIS
gcloud alpha network-security security-profiles threat-prevention delete
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
[GCLOUD_WIDE_FLAG ...]
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete the specified Security Profile.
@ -50,6 +50,11 @@ POSITIONAL ARGUMENTS
fully specified name;
▸ provide the argument --organization on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -7,7 +7,7 @@ SYNOPSIS
delete-override
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
[GCLOUD_WIDE_FLAG ...]
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) To delete existing severities or threat-ids of threat prevention
@ -74,6 +74,11 @@ REQUIRED FLAGS
the list is a vendor-specified Signature ID representing a threat
type.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,

View file

@ -8,7 +8,7 @@ SYNOPSIS
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
--action=ACTION
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
[GCLOUD_WIDE_FLAG ...]
[--async] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) To update existing severities or threat-ids of threat prevention
@ -79,6 +79,11 @@ REQUIRED FLAGS
the list is a vendor-specified Signature ID representing a threat
type.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete. The default is False.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,