mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 26 10:48:49 UTC 2023
This commit is contained in:
parent
64e67b443c
commit
4558a00e48
204 changed files with 2787 additions and 1591 deletions
64
gcloud/alpha/scc/custom-modules/etd/update
Normal file
64
gcloud/alpha/scc/custom-modules/etd/update
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
NAME
|
||||
gcloud alpha scc custom-modules etd update - update an Event Threat
|
||||
Detection custom module
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc custom-modules etd update CUSTOM_MODULE
|
||||
[--custom-config-from-file=CUSTOM_CONFIG_FROM_FILE]
|
||||
[--enablement-state=ENABLEMENT_STATE] [--organization=ORGANIZATION]
|
||||
[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an Event Threat Detection custom module.
|
||||
|
||||
EXAMPLES
|
||||
To update an Event Threat Detection custom module with ID 123456 for
|
||||
organization 123, run:
|
||||
|
||||
$ gcloud alpha scc custom-modules etd update 123456 \
|
||||
--organization=organizations/123 --enablement-state="ENABLED" \
|
||||
--custom-config-from-file=custom_config.json
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
CUSTOM_MODULE
|
||||
ID or the full resource name of the Event Threat Detection custom
|
||||
module. If you specify the full resource name, you do not need to
|
||||
specify the --organization, --folder, or --project flags.
|
||||
|
||||
FLAGS
|
||||
--custom-config-from-file=CUSTOM_CONFIG_FROM_FILE
|
||||
Path to a JSON file that contains the configuration for the Event
|
||||
Threat Detection custom module.
|
||||
|
||||
--enablement-state=ENABLEMENT_STATE
|
||||
Sets the enablement state of the Event Threat Detection custom module.
|
||||
Valid options are ENABLED and DISABLED. ENABLEMENT_STATE must be one
|
||||
of: disabled, enabled, enablement-state-unspecified, inherited.
|
||||
|
||||
--organization=ORGANIZATION
|
||||
Organization where the Event Threat Detection custom module resides.
|
||||
Formatted as organizations/123 or just 123.
|
||||
|
||||
--update-mask=UPDATE_MASK
|
||||
Optional: If left unspecified (default), an update mask is
|
||||
automatically created using the flags specified in the command and only
|
||||
those values are updated.
|
||||
|
||||
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