mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Thu May 30 09:26:18 UTC 2024
This commit is contained in:
parent
e617a432f4
commit
595ac8640a
232 changed files with 10919 additions and 274 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud scc manage services describe SERVICE_NAME
|
||||
(--folder=FOLDER_ID | --organization=ORGANIZATION_ID | --parent=PARENT
|
||||
| --project=PROJECT_ID_OR_NUMBER) [GCLOUD_WIDE_FLAG ...]
|
||||
| --project=PROJECT_ID_OR_NUMBER) [--filter-modules=FILTER_MODULES]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get the details of a Security Command Center service. It resolves INHERITED
|
||||
|
|
@ -33,6 +34,12 @@ EXAMPLES
|
|||
|
||||
$ gcloud scc manage services describe sha --parent=organizations/123
|
||||
|
||||
To get the details of modules, [ABC, DEF] of a Security Command Center
|
||||
service with name sha for organization 123, run:
|
||||
|
||||
$ gcloud scc manage services describe sha --module-list=[ABC, DEF] \
|
||||
--organization=123
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
SERVICE_NAME
|
||||
The service name, provided either in lowercase hyphenated form (e.g.
|
||||
|
|
@ -67,6 +74,13 @@ REQUIRED FLAGS
|
|||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project associated with the custom module.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--filter-modules=FILTER_MODULES
|
||||
If provided, only prints module information for modules specified in
|
||||
the list. Provided as a comma separated list of module names in
|
||||
SCREAMING_SNAKE_CASE format (e.g. WEB_UI_ENABLED, API_KEY_NOT_ROTATED).
|
||||
A single module name is also valid.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue