- NAME
-
- gcloud scc custom-modules sha delete - delete a Security Health Analytics custom module
- SYNOPSIS
-
-
gcloud scc custom-modules sha delete
CUSTOM_MODULE
[--folder
=FOLDER
|--organization
=ORGANIZATION
|--project
=PROJECT
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
- Delete a Security Health Analytics custom module.
- EXAMPLES
-
To delete a Security Health Analytics custom module with ID
123456
for organization123
, run:gcloud scc custom-modules sha delete 123456 --organization=organizations/123
To delete a Security Health Analytics custom module with ID
123456
for folder456
, run:gcloud scc custom-modules sha delete 123456 --folder=folders/456
To delete a Security Health Analytics custom module with ID
123456
for project789
, run:gcloud scc custom-modules sha delete 123456 --project=projects/789
- POSITIONAL ARGUMENTS
-
CUSTOM_MODULE
- ID or the full resource name of the Security Health Analytics custom module. If you specify the full resource name, you do not need to specify the --organization, --folder, or --project flags.
- FLAGS
-
-
At most one of these can be specified:
--folder
=FOLDER
-
Folder where the Security Health Analytics custom module resides. Formatted as
folders/456
or just456
. --organization
=ORGANIZATION
-
Organization where the Security Health Analytics custom module resides.
Formatted as
organizations/123
or just123
. --project
=PROJECT
-
ID or number of the project where the Security Health Analytics custom module
resides. Formatted as
projects/789
or just789
.
-
At most one of these can be specified:
- 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 variant is also available:
gcloud alpha scc custom-modules sha delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-06 UTC.