1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-12 16:08:31 +00:00
gcloud-help/gcloud/alpha/scc/custom-modules/etd/get
2023-07-26 10:48:49 +00:00

47 lines
1.7 KiB
Text

NAME
gcloud alpha scc custom-modules etd get - get the details of an Event
Threat Detection custom module
SYNOPSIS
gcloud alpha scc custom-modules etd get CUSTOM_MODULE
[--organization=ORGANIZATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get the details of an Event Threat Detection custom module.
EXAMPLES
To get the details of a Event Threat Detection custom module with ID 123456
for organization 123, run:
$ gcloud alpha scc custom-modules etd get 123456 \
--organization=organizations/123
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
--organization=ORGANIZATION
Organization from which to get the custom module details. Formatted as
organizations/123 or just 123.
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.