gcloud scc custom-modules sha simulate

NAME
gcloud scc custom-modules sha simulate - validates a Security Health Analytics custom module
SYNOPSIS
gcloud scc custom-modules sha simulate--custom-config-from-file=PATH_TO_FILE--resource-from-file=PATH_TO_FILE(--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT)[GCLOUD_WIDE_FLAG]
DESCRIPTION
Validates a given Security Health Analytics custom module and resource.
EXAMPLES
To validate a Security Health Analytics custom module against a custom resourcefor organization123, run:
gcloudscccustom-modulesshasimulate--organization=organizations/123--custom-config-from-file=/tmp/custom_config.yaml--resource-from-file=/tmp/resource.yaml

To validate a Security Health Analytics custom module against a custom resourcefor folder456, run:

gcloudscccustom-modulesshasimulate--folder=folders/456--custom-config-from-file=/tmp/custom_config.yaml--resource-from-file=/tmp/resource.yaml

To validate a Security Health Analytics custom module against a custom resourcefor project789, run:

gcloudscccustom-modulesshasimulate--project=projects/789--custom-config-from-file=/tmp/custom_config.yaml--resource-from-file=/tmp/resource.yaml
REQUIRED FLAGS
--custom-config-from-file=PATH_TO_FILE
Path to a YAML file that contains the configuration for the Security HealthAnalytics custom module. Use a full or relative path to a local file containingthe value of custom_config.
--resource-from-file=PATH_TO_FILE
Path to a YAML file that contains the resource data to validate the SecurityHealth Analytics custom module against. Use a full or relative path to a localfile containing the value of resource.
Exactly one of these must be specified:
--folder=FOLDER
Folder that will own the Security Health Analytics custom module. Formatted asfolders/456 or just456.
--organization=ORGANIZATION
Organization that will own the Security Health Analytics custom module.Formatted asorganizations/123 or just123.
--project=PROJECT
ID or number of the project that will own the Security Health Analytics custommodule. 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-modulesshasimulate

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.