1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 03:16:46 +00:00
gcloud-help/gcloud/alpha/scc/custom-modules/sha/get-effective
2023-03-08 10:34:05 +00:00

84 lines
3.2 KiB
Text

NAME
gcloud alpha scc custom-modules sha get-effective - get an effective
Security Health Analytics custom module
SYNOPSIS
gcloud alpha scc custom-modules sha get-effective CUSTOM_MODULE
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get an effective Security Health Analytics custom module.
EXAMPLES
To get an effective Security Health Analytics custom module with id 123456
for organization 123, run:
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--organization=organizations/123
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--organization=123
$ gcloud alpha scc custom-modules sha get-effective \
organizations/123/securityHealthAnalyticsSettings/\
effectiveCustomModules/123456
To get an effective Security Health Analytics custom module with id 123456
for folder 456, run:
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--folder=folders/456
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--folder=456
$ gcloud alpha scc custom-modules sha get-effective \
folders/456/securityHealthAnalyticsSettings/\
effectiveCustomModules/123456
To get an effective Security Health Analytics custom module with id 123456
for project 789, run:
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--project=projects/789
$ gcloud alpha scc custom-modules sha get-effective 123456 \
--project=789
$ gcloud alpha scc custom-modules sha get-effective \
projects/789/securityHealthAnalyticsSettings/\
effectiveCustomModules/123456
POSITIONAL ARGUMENTS
CUSTOM_MODULE
Id or the full resource name of the effective Security Health Analytics
custom module.
FLAGS
At most one of these can be specified:
--folder=FOLDER
Folder where the effective Security Health Analytics custom module
resides. Formatted as folders/456 or just 456.
--organization=ORGANIZATION
Organization where the effective Security Health Analytics custom
module resides. Formatted as organizations/123 or just 123.
--project=PROJECT
Project (id or number) where the effective 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.