HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/help/man/man1/gcloud_scc_sources_describe.1
.TH "GCLOUD_SCC_SOURCES_DESCRIBE" 1



.SH "NAME"
.HP
gcloud scc sources describe \- describe a source given its display name or source id



.SH "SYNOPSIS"
.HP
\f5gcloud scc sources describe\fR [\fIPARENT\fR] (\fB\-\-source\fR=\fISOURCE\fR\ |\ \fB\-\-source\-display\-name\fR=\fISOURCE_DISPLAY_NAME\fR) [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Describe a source given its display name or source id.



.SH "EXAMPLES"

Describe source with display name \f5Security Scanner\fR:

.RS 2m
$ gcloud scc sources describe 123456 \e
    \-\-source\-display\-name="Security Scanner"
.RE

Describe source with source id '5678':

.RS 2m
$ gcloud scc sources describe 123456 \-\-source=5678
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m

Parent resource \- parent organization, folder, or project in the Google Cloud
resource hierarchy to be used for the \f5gcloud scc\fR command. Specify the
argument as either [RESOURCE_TYPE/RESOURCE_ID] or [RESOURCE_ID], as shown in the
preceding examples. This represents a Cloud resource.


.RS 2m
.TP 2m
[\fIPARENT\fR]

ID of the parent or fully qualified identifier for the parent.

To set the \f5parent\fR attribute:
.RS 2m
.IP "\(bu" 2m
provide the argument \f5parent\fR on the command line;
.IP "\(bu" 2m
Set the parent property in configuration using \f5gcloud config set
scc/parent\fR if it is not specified in command line.
.RE
.sp


.RE
.RE
.sp

.SH "REQUIRED FLAGS"

.RS 2m
.TP 2m

Exactly one of these must be specified:


.RS 2m
.TP 2m
\fB\-\-source\fR=\fISOURCE\fR

Cloud SCC specific source. It's derived from the the source's relative resource
name. See:
https://cloud.google.com/apis/design/resource_names#relative_resource_name. For
Example: For the given source name: "organizations/123/sources/456", 456
represents source id.

.TP 2m
\fB\-\-source\-display\-name\fR=\fISOURCE_DISPLAY_NAME\fR

Source's display name must be unique amongst its siblings, for example, two
sources with the same parent can't share the same display name. Display name
must start and end with a letter or digit, may contain letters, digits, spaces,
hyphens, and underscores, and can be no longer than 32 characters. This is
captured by the regular expression: [\ep{L}\ep{N}]({\ep{L}\ep{N}\fI\-
]{0,30}[\ep{L}\ep{N}])?. For example: 'Cloud Security Scanner' is the source
display name.


\fR
.RE
.RE
.sp

.SH "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 \fB$ gcloud help\fR for details.



.SH "API REFERENCE"

This command uses the \fBsecuritycenter/v2\fR API. The full documentation for
this API can be found at: https://cloud.google.com/security\-command\-center



.SH "NOTES"

These variants are also available:

.RS 2m
$ gcloud alpha scc sources describe
.RE

.RS 2m
$ gcloud beta scc sources describe
.RE