gcloud beta scc findings list-marks

NAME
gcloud beta scc findings list-marks - list a finding's security marks
SYNOPSIS
gcloud beta scc findings list-marksFINDING[--location=LOCATION; default="global"][--page-token=PAGE_TOKEN][--read-time=READ_TIME][--source=SOURCE; default="-"][--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT][--filter=EXPRESSION][--limit=LIMIT][--page-size=PAGE_SIZE][--sort-by=[FIELD,…]][GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) List a finding's security marks.
EXAMPLES
List all security marks fortestFinding under organization123456 and source5678:
gcloudbetasccfindingslist-marks`testFinding`--organization=123456--source=5678

List all security marks fortestFinding under projectexample-project and source5678:

gcloudbetasccfindingslist-marksprojects/example-project/sources/5678/findings/testFinding

List all security marks fortestFinding under folder456 and source5678:

gcloudbetasccfindingslist-marksfolders/456/sources/5678/findings/testFinding

List all security marks fortestFinding under organization123456, source5678 andlocation=eu:

gcloudbetasccfindingslist-marks`testFinding`--organization=123456--source=5678--location=eu
POSITIONAL ARGUMENTS
FINDING
ID of the finding or fully qualified identifier for the finding.
FLAGS
--location=LOCATION; default="global"
When data residency controls are enabled, this attribute specifies the locationin which the resource is located and applicable. Thelocationattribute can be provided as part of the fully specified resource name or withthe--location argument on the command line. The default locationisglobal.

NOTE: If you override the endpoint to aregionalendpoint you must specify the correctdatalocation using this flag. The default location on this command is unrelatedto the default location that is specified when data residency controls areenabled for Security Command Center.

NOTE: If no location is specified, the default location isglobalAND the request will be routed to the SCC V1 API. To use the SCC V2 API - pleaseexplicitly specify the flag.

--page-token=PAGE_TOKEN
Response objects will return a non-null value for page-token to indicate thatthere is at least one additional page of data. User can either directly requestthat page by specifying the page-token explicitly or let gcloud fetchone-page-at-a-time.
--read-time=READ_TIME
(DEPRECATED) Time used as a reference point when filtering. Absence of thisfield will default to the API's version of NOW. See $gcloud topic datetimes forinformation on supported time formats.

The --read-time option is deprecated. For more information,seethe deprecation notice on the SCC release notes page.

--source=SOURCE; default="-"
Source id. Defaults to all sources.
At most one of these can be specified:
--folder=FOLDER
The folder ID (e.g., 456) that contains the finding.
--organization=ORGANIZATION
The organization ID (e.g., 123) that contains the finding.
--project=PROJECT
The project ID (e.g., example-project) that contains the finding.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filterEXPRESSION to each resource itemto be listed. If the expression evaluatesTrue, then that item islisted. For more details and examples of filter expressions, run $gcloud topic filters. This flaginteracts with other flags that are applied in this order:--flatten,--sort-by,--filter,--limit.
--limit=LIMIT
Maximum number of resources to list. The default isunlimited. Thisflag interacts with other flags that are applied in this order:--flatten,--sort-by,--filter,--limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag specifies themaximum number of resources per page. The default is determined by the serviceif it supports paging, otherwise it isunlimited (no paging).Paging may be applied before or after--filter and--limit depending on the service.
--sort-by=[FIELD,…]
Comma-separated list of resource field key names to sort by. The default orderis ascending. Prefix a field with ``~´´ for descending order on thatfield. This flag interacts with other flags that are applied in this order:--flatten,--sort-by,--filter,--limit.
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$gcloud help for details.

API REFERENCE
This command uses the Security Command Center API. For more information, seeSecurityCommand Center API.
NOTES
This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudsccfindingslist-marks
gcloudalphasccfindingslist-marks

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-21 UTC.