File: //snap/google-cloud-cli/394/help/man/man1/gcloud_beta_scc_sources_describe.1
.TH "GCLOUD_BETA_SCC_SOURCES_DESCRIBE" 1
.SH "NAME"
.HP
gcloud beta scc sources describe \- describe a source given its display name or source id
.SH "SYNOPSIS"
.HP
\f5gcloud beta 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"
\fB(BETA)\fR Describe a source given its display name or source id.
.SH "EXAMPLES"
Describe source with display name \f5Security Scanner\fR:
.RS 2m
$ gcloud beta scc sources describe 123456 \e
\-\-source\-display\-name="Security Scanner"
.RE
Describe source with source id '5678':
.RS 2m
$ gcloud beta 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"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud scc sources describe
.RE
.RS 2m
$ gcloud alpha scc sources describe
.RE