mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -12,7 +12,7 @@ DESCRIPTION
|
|||
Update a Cloud Security Command Center mute config.
|
||||
|
||||
EXAMPLES
|
||||
Update a mute config with id my-test-mute-config under organization 123
|
||||
Update a mute config with ID=my-test-mute-config under organization=123
|
||||
with a filter on category that equals to XSS_SCRIPTING:
|
||||
|
||||
$ gcloud scc muteconfigs update my-test-mute-config \
|
||||
|
|
@ -27,7 +27,7 @@ EXAMPLES
|
|||
--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
|
||||
Update a mute config with ID=my-test-mute-config under folder=456 with a
|
||||
filter on category that equals to XSS_SCRIPTING:
|
||||
|
||||
$ gcloud scc muteconfigs update my-test-mute-config \
|
||||
|
|
@ -42,7 +42,7 @@ EXAMPLES
|
|||
--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
|
||||
Update a mute config with ID=my-test-mute-config under project=789 with a
|
||||
filter on category that equals to XSS_SCRIPTING:
|
||||
|
||||
$ gcloud scc muteconfigs update my-test-mute-config \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue