gcloud alpha scc custom-modules etd get-effective Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha scc custom-modules etd get-effective - get the details of a Event Threat Detection custom module with effective enablement state
- SYNOPSIS
gcloud alpha scc custom-modules etd get-effectiveCUSTOM_MODULE[--folder=FOLDER|--organization=ORGANIZATION|--project=PROJECT][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Get the details of a Event Threat Detection custom module.For inherited custom modules, the get-effective command resolves INHERITEDenablement states to ENABLED or DISABLED. For example, if an inherited custommodule is enabled at the ancestor level, then the get-effective command displaysthe enablement state as ENABLED instead of INHERITED in a child folder orproject.- EXAMPLES
- To get the details of a Event Threat Detection custom module 123456 with itseffective enablement state from organization
123, run:gcloudalphascccustom-modulesetdget-effective123456--organization=organizations/123To get the details of a Event Threat Detection custom module 123456 with itseffective enablement state from folder
456, run:gcloudalphascccustom-modulesetdget-effective123456--folder=folders/456To get the details of a Event Threat Detection custom module 123456 with itseffective enablement state from project
789, run:gcloudalphascccustom-modulesetdget-effective123456--project=projects/789 - POSITIONAL ARGUMENTS
CUSTOM_MODULE- ID or the full resource name of the effective Event Threat Detection custommodule. 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 from which to get the custom module details. Formatted as
folders/456or just456. --organization=ORGANIZATION- Organization from which to get the custom module details. Formatted as
organizations/123or just123. --project=PROJECT- ID or number of the project from which to get the custom module details.Formatted as
projects/789or 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 helpfor details. - API REFERENCE
- This command uses the
securitycenter/v1API. 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.