mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +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,7 +6,6 @@ SYNOPSIS
|
|||
gcloud alpha scc custom-modules sha create
|
||||
--custom-config-from-file=CUSTOM_CONFIG_FROM_FILE
|
||||
--display-name=DISPLAY_NAME --enablement-state=ENABLEMENT_STATE
|
||||
[--description=DESCRIPTION]
|
||||
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -19,12 +18,10 @@ EXAMPLES
|
|||
|
||||
$ gcloud alpha scc custom-modules sha create \
|
||||
--organization=organizations/123 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
$ gcloud alpha scc custom-modules sha create --organization=123 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
|
|
@ -33,12 +30,10 @@ EXAMPLES
|
|||
run:
|
||||
|
||||
$ gcloud alpha scc custom-modules sha create --folder=folders/456 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
$ gcloud alpha scc custom-modules sha create --folder=456 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
|
|
@ -47,14 +42,10 @@ EXAMPLES
|
|||
run:
|
||||
|
||||
$ gcloud alpha scc custom-modules sha create \
|
||||
--project=projects/789 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--project=projects/789 --display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
|
||||
$ gcloud alpha scc custom-modules sha create --project=789 \
|
||||
--description="This is a test custom module" \
|
||||
--display-name="Test display name" \
|
||||
--enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.yaml
|
||||
|
|
@ -74,10 +65,6 @@ REQUIRED FLAGS
|
|||
enablement-state-unspecified, inherited.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--description=DESCRIPTION
|
||||
The text that will be used to describe a Security Health Analytics
|
||||
custom module. Description must be at most 1024 characters
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--folder=FOLDER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue