1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/alpha/scc/muteconfigs/update
2022-03-01 04:29:52 +00:00

110 lines
4.4 KiB
Text

NAME
gcloud alpha scc muteconfigs update - update a Cloud Security Command
Center mute config
SYNOPSIS
gcloud alpha scc muteconfigs update MUTE_CONFIG [--description=DESCRIPTION]
[--filter=FILTER] [--update-mask=UPDATE_MASK]
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update a Cloud Security Command Center mute config.
EXAMPLES
Update a mute config with id my-test-mute-config under organization 123
with a filter on category that equals to XSS_SCRIPTING:
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--organization=organizations/123 \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--organization=123 --description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update \
organizations/123/muteConfigs/my-test-mute-config \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
Update a mute config with id my-test-mute-config under folder 456 with a
filter on category that equals to XSS_SCRIPTING:
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--folder=folders/456 \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--folder=456 --description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update \
folders/456/muteConfigs/my-test-mute-config \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
Update a mute config with id my-test-mute-config under project 789 with a
filter on category that equals to XSS_SCRIPTING:
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--project=projects/789 \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update my-test-mute-config \
--project=789 --description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
$ gcloud alpha scc muteconfigs update \
projects/789/muteConfigs/my-test-mute-config \
--description="This is a test mute config" \
--filter="category=\"XSS_SCRIPTING\""
POSITIONAL ARGUMENTS
MUTE_CONFIG
ID of the mute config or the full resource name of the mute config.
FLAGS
--description=DESCRIPTION
The text that will be used to describe a mute configuration.
--filter=FILTER
The filter string which will applied to findings muted by a mute
configuration.
--update-mask=UPDATE_MASK
Optional: If left unspecified (default), an update-mask is
automatically created using the flags specified in the command and only
those values are updated.
At most one of these can be specified:
--folder=FOLDER
Folder where the mute config resides. Formatted as folders/456 or
just 456.
--organization=ORGANIZATION
Organization where the mute config resides. Formatted as
organizations/123 or just 123.
--project=PROJECT
Project (id or number) where the mute config resides. Formatted as
projects/789 or just 789.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
API REFERENCE
This command uses the securitycenter/v1 API. The full documentation for
this API can be found at: https://cloud.google.com/security-command-center
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. This variant is also available:
$ gcloud scc muteconfigs update