gcloud scc custom-modules sha get-effective

NAME
gcloud scc custom-modules sha get-effective - get the details of a Security Health Analytics custom module with effective enablement state
SYNOPSIS
gcloud scc custom-modules sha get-effectiveCUSTOM_MODULE[--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT][GCLOUD_WIDE_FLAG]
DESCRIPTION
Get the details of a Security Health Analytics custom module. For inheritedcustom modules, the get-effective command resolves INHERITED enablement statesto ENABLED or DISABLED. For example, if an inherited custom module is enabled atthe ancestor level, then the get-effective command displays the enablement stateas ENABLED instead of INHERITED in a child folder or project.
EXAMPLES
To get the details of a Security Health Analytics custom module 123456 with itseffective enablement state from organization123, run:
gcloudscccustom-modulesshaget-effective123456--organization=organizations/123

To get the details of a Security Health Analytics custom module 123456 with itseffective enablement state from folder456, run:

gcloudscccustom-modulesshaget-effective123456--folder=folders/456

To get the details of a Security Health Analytics custom module 123456 with itseffective enablement state from project789, run:

gcloudscccustom-modulesshaget-effective123456--project=projects/789
POSITIONAL ARGUMENTS
CUSTOM_MODULE
ID or the full resource name of the effective Security Health Analytics 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 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 variant is also available:
gcloudalphascccustom-modulesshaget-effective

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.