mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Sep 18 09:49:45 UTC 2024
This commit is contained in:
parent
a3842bba95
commit
8ebed5b0f1
182 changed files with 2067 additions and 1436 deletions
|
|
@ -3,7 +3,7 @@ NAME
|
|||
source id
|
||||
|
||||
SYNOPSIS
|
||||
gcloud scc sources describe [ORGANIZATION]
|
||||
gcloud scc sources describe [PARENT]
|
||||
(--source=SOURCE | --source-display-name=SOURCE_DISPLAY_NAME)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ DESCRIPTION
|
|||
Describe a source given its display name or source id.
|
||||
|
||||
EXAMPLES
|
||||
Describe source with display name 'Security Scanner':
|
||||
Describe source with display name Security Scanner:
|
||||
|
||||
$ gcloud scc sources describe 123456 \
|
||||
--source-display-name="Security Scanner"
|
||||
|
|
@ -21,18 +21,18 @@ EXAMPLES
|
|||
$ gcloud scc sources describe 123456 --source=5678
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Organization resource - The organization to be used for the SCC (Security
|
||||
Command Center) command. This represents a Cloud resource.
|
||||
Parent resource - parent organization, folder, or project in the Google
|
||||
Cloud resource hierarchy to be used for the gcloud scc command. Specify
|
||||
the argument as either [RESOURCE_TYPE/RESOURCE_ID] or [RESOURCE_ID], as
|
||||
shown in the preceding examples. This represents a Cloud resource.
|
||||
|
||||
[ORGANIZATION]
|
||||
ID of the organization or fully qualified identifier for the
|
||||
organization.
|
||||
[PARENT]
|
||||
ID of the parent or fully qualified identifier for the parent.
|
||||
|
||||
To set the organization attribute:
|
||||
▸ provide the argument organization on the command line;
|
||||
▸ Set the organization property in configuration using gcloud
|
||||
config set scc/organization if it is not specified in command
|
||||
line..
|
||||
To set the parent attribute:
|
||||
▸ provide the argument parent on the command line;
|
||||
▸ Set the parent property in configuration using gcloud config set
|
||||
scc/parent if it is not specified in command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue