File: //snap/google-cloud-cli/current/help/man/man1/gcloud_scc_bqexports_list.1
.TH "GCLOUD_SCC_BQEXPORTS_LIST" 1
.SH "NAME"
.HP
gcloud scc bqexports list \- list Security Command Center BigQuery exports
.SH "SYNOPSIS"
.HP
\f5gcloud scc bqexports list\fR (\fB\-\-folder\fR=\fIFOLDER\fR\ |\ \fB\-\-organization\fR=\fIORGANIZATION\fR\ |\ \fB\-\-project\fR=\fIPROJECT\fR) [\fB\-\-location\fR=\fILOCATION\fR;\ default="global"] [\fB\-\-filter\fR=\fIEXPRESSION\fR] [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR] [\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]] [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
List Security Command Center BigQuery exports.
.RS 2m
BigQuery exports that are created with Security Command Center API V2 and
later include a `location` attribute. Include the `\-\-location` flag to
list BigQuery exports with `location` attribute other than `global`.
.RE
.SH "EXAMPLES"
List BigQuery exports under organization \f5123\fR:
.RS 2m
$ gcloud scc bqexports list \-\-organization=123
.RE
List BigQuery exports under folder \f5456\fR:
.RS 2m
$ gcloud scc bqexports list \-\-folder=456
.RE
List BigQuery exports under project \f5789\fR:
.RS 2m
$ gcloud scc bqexports list \-\-project=789
.RE
List BigQuery exports under organization \f5123\fR and location \f5global\fR:
.RS 2m
$ gcloud scc bqexports list \-\-organization=123 \-\-location=global
.RE
List BigQuery exports under organization \f5123\fR and \f5location=eu\fR:
.RS 2m
$ gcloud scc bqexports list \-\-organization=123 \-\-location=eu
.RE
.SH "REQUIRED FLAGS"
.RS 2m
.TP 2m
Exactly one of these must be specified:
.RS 2m
.TP 2m
\fB\-\-folder\fR=\fIFOLDER\fR
Folder where the BigQuery export resides. Formatted as folders/456 or just 456.
.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION\fR
Organization where the BigQuery export resides. Formatted as organizations/123
or just 123.
.TP 2m
\fB\-\-project\fR=\fIPROJECT\fR
Project (id or number) where the BigQuery export resides. Formatted as
projects/789 or just 789.
.RE
.RE
.sp
.SH "FLAGS"
.RS 2m
.TP 2m
\fB\-\-location\fR=\fILOCATION\fR; default="global"
When data residency controls are enabled, this attribute specifies the location
in which the resource is located and applicable. The \f5location\fR attribute
can be provided as part of the fully specified resource name or with the
\f5\-\-location\fR argument on the command line. The default location is
\f5global\fR.
NOTE: If you override the endpoint to a regional endpoint
(https://cloud.google.com/security\-command\-center/docs/reference/rest/index.html?rep_location=global#regional\-service\-endpoint)
you must specify the correct data location
(https://cloud.google.com/security\-command\-center/docs/data\-residency\-support#locations)
using this flag. The default location on this command is unrelated to the
default location that is specified when data residency controls are enabled for
Security Command Center.
NOTE: If no location is specified, the default location is \f5global\fR AND the
request will be routed to the SCC V1 API. To use the SCC V2 API \- please
explicitly specify the flag.
.RE
.sp
.SH "LIST COMMAND FLAGS"
.RS 2m
.TP 2m
\fB\-\-filter\fR=\fIEXPRESSION\fR
Apply a Boolean filter \fIEXPRESSION\fR to each resource item to be listed. If
the expression evaluates \f5True\fR, then that item is listed. For more details
and examples of filter expressions, run $ gcloud topic filters. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.
.TP 2m
\fB\-\-limit\fR=\fILIMIT\fR
Maximum number of resources to list. The default is \fBunlimited\fR. This flag
interacts with other flags that are applied in this order: \fB\-\-flatten\fR,
\fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.
.TP 2m
\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR
Some services group resource list output into pages. This flag specifies the
maximum number of resources per page. The default is determined by the service
if it supports paging, otherwise it is \fBunlimited\fR (no paging). Paging may
be applied before or after \fB\-\-filter\fR and \fB\-\-limit\fR depending on the
service.
.TP 2m
\fB\-\-sort\-by\fR=[\fIFIELD\fR,...]
Comma\-separated list of resource field key names to sort by. The default order
is ascending. Prefix a field with ``~'' for descending order on that field. This
flag interacts with other flags that are applied in this order:
\fB\-\-flatten\fR, \fB\-\-sort\-by\fR, \fB\-\-filter\fR, \fB\-\-limit\fR.
.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 Security Command Center API. For more information, see
Security Command Center API.
(https://cloud.google.com/security\-command\-center/docs/reference/rest)