mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Aug 7 09:49:06 UTC 2024
This commit is contained in:
parent
ed2f818f7a
commit
7fe34c472b
98 changed files with 1867 additions and 220 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud scc muteconfigs create MUTE_CONFIG [--description=DESCRIPTION]
|
||||
[--filter=FILTER] [--location=LOCATION; default="global"]
|
||||
[--expiry-time=EXPIRY_TIME] [--filter=FILTER]
|
||||
[--location=LOCATION; default="global"] [--type=TYPE; default="static"]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -48,6 +49,12 @@ FLAGS
|
|||
--description=DESCRIPTION
|
||||
The text that will be used to describe a mute configuration.
|
||||
|
||||
--expiry-time=EXPIRY_TIME
|
||||
The expiry of the mute config. Only applicable for dynamic configs. If
|
||||
the expiry is set, when the config expires, it is removed from all
|
||||
findings. See $ gcloud topic datetimes for information on supported
|
||||
time formats.
|
||||
|
||||
--filter=FILTER
|
||||
The filter string which will applied to findings muted by a mute
|
||||
configuration.
|
||||
|
|
@ -63,6 +70,10 @@ FLAGS
|
|||
location that is specified when data residency controls are enabled for
|
||||
Security Command Center.
|
||||
|
||||
--type=TYPE; default="static"
|
||||
The mute configuration type. Immutable after creation. TYPE must be one
|
||||
of: static, dynamic.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue