mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc custom-modules etd delete CUSTOM_MODULE
|
||||
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Delete an Event Threat Detection custom module.
|
||||
|
|
@ -16,6 +17,18 @@ EXAMPLES
|
|||
$ gcloud alpha scc custom-modules etd delete 123456 \
|
||||
--organization=organizations/123
|
||||
|
||||
To delete an Event Threat Detection custom module with ID 123456 for folder
|
||||
456, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules etd delete 123456 \
|
||||
--folder=folders/456
|
||||
|
||||
To delete an Event Threat Detection custom module with ID 123456 for
|
||||
project 789, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules etd delete 123456 \
|
||||
--project=projects/789
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CUSTOM_MODULE
|
||||
ID or the full resource name of the Event Threat Detection custom
|
||||
|
|
@ -23,9 +36,19 @@ POSITIONAL ARGUMENTS
|
|||
specify the --organization, --folder, or --project flags.
|
||||
|
||||
FLAGS
|
||||
--organization=ORGANIZATION
|
||||
Organization where the Event Threat Detection custom module resides.
|
||||
Formatted as organizations/123 or just 123.
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
Folder where the Event Threat Detection custom module resides.
|
||||
Formatted as folders/456 or just 456.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization where the Event Threat Detection custom module resides.
|
||||
Formatted as organizations/123 or just 123.
|
||||
|
||||
--project=PROJECT
|
||||
ID or number of the project where the Event Threat Detection custom
|
||||
module resides. Formatted as projects/789 or just 789.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue