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

gcloud: Thu Feb 29 10:17:22 UTC 2024

This commit is contained in:
Automated 2024-02-29 10:17:22 +00:00
parent 8778dcbd7e
commit 37dd57701a
203 changed files with 3473 additions and 5938 deletions

View file

@ -1,49 +1,53 @@
NAME
gcloud alpha scc muteconfigs delete - delete a Cloud Security Command
Center mute config
gcloud alpha scc muteconfigs delete - delete a Security Command Center mute
config
SYNOPSIS
gcloud alpha scc muteconfigs delete MUTE_CONFIG
[--location=LOCATION; default="global"]
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete a Cloud Security Command Center mute config.
(ALPHA) Delete a Security Command Center mute config.
EXAMPLES
To delete a mute config given organization 123 with id my-test-mute-config,
To delete a mute config given organization 123 with id test-mute-config,
run:
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
--organization=organizations/123
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
$ gcloud alpha scc muteconfigs delete test-mute-config \
--organization=123
$ gcloud alpha scc muteconfigs delete \
organizations/123/muteConfigs/my-test-mute-config
To delete a mute config given folder 456 with id my-test-mute-config, run:
To delete a mute config given folder 456 with id test-mute-config, run:
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
--folder=folders/456
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
--folder=456
$ gcloud alpha scc muteconfigs delete \
folders/456/muteConfigs/my-test-mute-config
$ gcloud alpha scc muteconfigs delete test-mute-config --folder=456
To delete a mute config given project 789 with id my-test-mute-config, run:
To delete a mute config given project 789 with id test-mute-config, run:
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
--project=projects/789
$ gcloud alpha scc muteconfigs delete my-test-mute-config \
--project=789
$ gcloud alpha scc muteconfigs delete \
projects/789/muteConfigs/my-test-mute-config
$ gcloud alpha scc muteconfigs delete test-mute-config --project=789
To delete a mute config given organization 123 with id test-mute-config and
location=eu, run:
$ gcloud alpha scc muteconfigs delete test-mute-config \
--organization=123 --location=eu
POSITIONAL ARGUMENTS
MUTE_CONFIG
ID of the mute config or the full resource name of the mute config.
FLAGS
--location=LOCATION; default="global"
When data residency controls are enabled, this attribute specifies the
location in which the resource is located and applicable. The location
attribute can be provided as part of the fully specified resource name
or with the --location argument on the command line. The default
location is global.
The default location on this command is unrelated to the default
location that is specified when data residency controls are enabled for
Security Command Center.
At most one of these can be specified:
--folder=FOLDER
@ -67,8 +71,9 @@ GCLOUD WIDE FLAGS
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
This command uses the Security Command Center API. For more information,
see Security Command Center API.
(https://cloud.google.com/security-command-center/docs/reference/rest)
NOTES
This command is currently in alpha and might change without notice. If this