mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 01:15:34 +00:00
gcloud: Wed Mar 5 10:41:25 UTC 2025
This commit is contained in:
parent
a597993b2e
commit
6dc93282df
279 changed files with 4198 additions and 801 deletions
|
|
@ -6,14 +6,15 @@ SYNOPSIS
|
|||
gcloud network-security security-profiles threat-prevention add-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--action=ACTION
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Add severities or threat-ids to existing threat prevention profile with
|
||||
intended action on each specified. Check the updates of add-override
|
||||
command by using gcloud network-security security-profiles
|
||||
Add antivirus, severities, or threat-ids to existing threat prevention
|
||||
profile with intended action on each specified. Check the updates of
|
||||
add-override command by using gcloud network-security security-profiles
|
||||
threat-prevention list-override my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
|
@ -65,11 +66,15 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--action=ACTION
|
||||
Action associated with severity or threat-id. ACTION must be one of:
|
||||
DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
Action associated with antivirus, severity, or threat-id. ACTION must
|
||||
be one of: DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
|
|
@ -5,14 +5,15 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud network-security security-profiles threat-prevention delete-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
To delete existing severities or threat-ids of threat prevention profile.
|
||||
Check the updates of update-override command by using gcloud
|
||||
network-security security-profiles threat-prevention list-override
|
||||
To delete existing antivirus, severities, or threat-ids of threat
|
||||
prevention profile. Check the updates of update-override command by using
|
||||
gcloud network-security security-profiles threat-prevention list-override
|
||||
my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
|
@ -64,6 +65,10 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
To list existing severities or threat-ids of threat prevention profile.
|
||||
To list existing antivirus, severities, or threat-ids of threat prevention
|
||||
profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,15 +6,16 @@ SYNOPSIS
|
|||
gcloud network-security security-profiles threat-prevention update-override
|
||||
(SECURITY_PROFILE : --location=LOCATION --organization=ORGANIZATION)
|
||||
--action=ACTION
|
||||
(--severities=[SEVERITY_LEVEL,...] | --threat-ids=[THREAT-ID,...])
|
||||
[--async] [--update-labels=[KEY=VALUE,...]]
|
||||
(--antivirus=[PROTOCOL,...] | --severities=[SEVERITY_LEVEL,...]
|
||||
| --threat-ids=[THREAT-ID,...]) [--async]
|
||||
[--update-labels=[KEY=VALUE,...]]
|
||||
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
To update existing severities or threat-ids of threat prevention profile
|
||||
with intended action on each specified. Check the updates of
|
||||
update-override command by using gcloud network-security security-profiles
|
||||
threat-prevention list-override my-security-profile.
|
||||
To update existing antivirus, severities, or threat-ids of threat
|
||||
prevention profile with intended action on each specified. Check the
|
||||
updates of update-override command by using gcloud network-security
|
||||
security-profiles threat-prevention list-override my-security-profile.
|
||||
|
||||
For more examples, refer to the EXAMPLES section below.
|
||||
|
||||
|
|
@ -65,11 +66,15 @@ POSITIONAL ARGUMENTS
|
|||
|
||||
REQUIRED FLAGS
|
||||
--action=ACTION
|
||||
Action associated with severity or threat-id. ACTION must be one of:
|
||||
DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
Action associated with antivirus, severity, or threat-id. ACTION must
|
||||
be one of: DEFAULT_ACTION, ALLOW, ALERT, DENY.
|
||||
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--antivirus=[PROTOCOL,...]
|
||||
List of comma-separated protocols where each value in the list
|
||||
indicates the protocol of the antivirus threat.
|
||||
|
||||
--severities=[SEVERITY_LEVEL,...]
|
||||
List of comma-separated severities where each value in the list
|
||||
indicates the severity of the threat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue