mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Feb 8 10:13:59 UTC 2023
This commit is contained in:
parent
fc11b54760
commit
11068cb123
240 changed files with 8982 additions and 619 deletions
141
gcloud/alpha/scc/custom-modules/sha/test
Normal file
141
gcloud/alpha/scc/custom-modules/sha/test
Normal file
|
|
@ -0,0 +1,141 @@
|
|||
NAME
|
||||
gcloud alpha scc custom-modules sha test - test a Security Health Analytics
|
||||
custom module
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc custom-modules sha test CUSTOM_MODULE
|
||||
--test-data-from-file=TEST_DATA_FROM_FILE
|
||||
[--custom-config-from-file=CUSTOM_CONFIG_FROM_FILE]
|
||||
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
|
||||
[--enablement-state=ENABLEMENT_STATE]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Test a Security Health Analytics custom module.
|
||||
|
||||
EXAMPLES
|
||||
To test a Security Health Analytics custom module with id 123456 for
|
||||
organization 123, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules sha test 123456 \
|
||||
--organization=organizations/123 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test 123456 \
|
||||
--organization=123 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test \
|
||||
organizations/123/securityHealthAnalyticsSettings/\
|
||||
customModules/123456 --description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
||||
To test a Security Health Analytics custom module with id 123456 for folder
|
||||
456, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules sha test 123456 \
|
||||
--folder=folders/456 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test 123456 --folder=456 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test \
|
||||
folders/456/securityHealthAnalyticsSettings/customModules/\
|
||||
123456 --description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
||||
To test a Security Health Analytics custom module with id 123456 for
|
||||
project 789, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules sha test 123456 \
|
||||
--project=projects/789 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test 123456 --project=789 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
$ gcloud alpha scc custom-modules sha test \
|
||||
projects/789/securityHealthAnalyticsSettings/customModules/\
|
||||
123456 --description="This is a test custom module" \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CUSTOM_MODULE
|
||||
Id or the full resource name of the Security Health Analytics custom
|
||||
module.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--test-data-from-file=TEST_DATA_FROM_FILE
|
||||
Path to a yaml file containing the resource data to test the Security
|
||||
Health Analytics custom module against.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--custom-config-from-file=CUSTOM_CONFIG_FROM_FILE
|
||||
Path to a yaml file containing the custom configuration for the
|
||||
Security Health Analytics custom module.
|
||||
|
||||
--description=DESCRIPTION
|
||||
The text that will be used to describe a Security Health Analytics
|
||||
custom module. Description must be at most 1024 characters.
|
||||
|
||||
--display-name=DISPLAY_NAME
|
||||
The text that will be used to represent a Security Health Analytics
|
||||
custom module display name. Display name must be at most 64 characters.
|
||||
|
||||
--enablement-state=ENABLEMENT_STATE
|
||||
The enablement state of the Security Health Analytics custom module.
|
||||
ENABLEMENT_STATE must be one of: disabled, enabled,
|
||||
enablement-state-unspecified, inherited.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
Folder where the Security Health Analytics custom module resides.
|
||||
Formatted as folders/456 or just 456.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization where the Security Health Analytics custom module
|
||||
resides. Formatted as organizations/123 or just 123.
|
||||
|
||||
--project=PROJECT
|
||||
Project (id or number) where the Security Health Analytics custom
|
||||
module resides. Formatted as projects/789 or just 789.
|
||||
|
||||
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 command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue