mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Mar 8 10:34:05 UTC 2023
This commit is contained in:
parent
bdaa0b3cfc
commit
29661f002c
111 changed files with 1800 additions and 704 deletions
|
|
@ -6,8 +6,7 @@ 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]
|
||||
[--display-name=DISPLAY_NAME] [--enablement-state=ENABLEMENT_STATE]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -20,19 +19,17 @@ EXAMPLES
|
|||
|
||||
$ 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" \
|
||||
customModules/123456 \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
|
@ -42,18 +39,16 @@ EXAMPLES
|
|||
|
||||
$ 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" \
|
||||
123456 \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
|
@ -63,18 +58,16 @@ EXAMPLES
|
|||
|
||||
$ 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" \
|
||||
123456 \
|
||||
--display-name="Test display name"--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=/tmp/custom_config.yaml \
|
||||
--test-data-from-file=/tmp/test_data.yaml
|
||||
|
|
@ -94,10 +87,6 @@ OPTIONAL FLAGS
|
|||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue