gcloud alpha scc custom-modules etd get

NAME
gcloud alpha scc custom-modules etd get - get the details of an Event Threat Detection custom module
SYNOPSIS
gcloud alpha scc custom-modules etd getCUSTOM_MODULE[--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Get the details of an Event Threat Detection custom module.It does not resolveINHERITED enablement states toENABLED orDISABLED for modules created at ancestorlevels. For example, if the module is enabled at the ancestor level, modules forall child resources will have the enablement state set toINHERITED. Usegcloudalpha scc custom-modules etd get-effective to retrieve a custommodule with its effective enablement state.
EXAMPLES
To get the details of an Event Threat Detection custom module with ID123456 for organization123, run:
gcloudalphascccustom-modulesetdget123456--organization=organizations/123

To get the details of an Event Threat Detection custom module with ID123456 for folder456, run:

gcloudalphascccustom-modulesetdget123456--folder=folders/456

To get the details of an Event Threat Detection custom module with ID123456 for project789, run:

gcloudalphascccustom-modulesetdget123456--project=projects/789
POSITIONAL ARGUMENTS
CUSTOM_MODULE
ID or the full resource name of the Event Threat Detection custom module. If youspecify 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 from which to get the custom module details. Formatted asfolders/456 or just456.
--organization=ORGANIZATION
Organization from which to get the custom module details. Formatted asorganizations/123 or just123.
--project=PROJECT
ID or number of the project from which to get the custom module details.Formatted asprojects/789 or just789.
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 thesecuritycenter/v1 API. The full documentationfor 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 thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.