gcloud scc assets list-marks

NAME
gcloud scc assets list-marks - list an assets's security marks
SYNOPSIS
gcloud scc assets list-marks(ASSET :--organization=ORGANIZATION)[--page-token=PAGE_TOKEN][--read-time=READ_TIME][--filter=EXPRESSION][--limit=LIMIT][--page-size=PAGE_SIZE][--sort-by=[FIELD,…]][GCLOUD_WIDE_FLAG]
DESCRIPTION
(DEPRECATED) Security Command Center Asset APIs are deprecated andwill be removed on or after June 26, 2024. Use Cloud Asset Inventory instead(gcloud asset).For more information,seethe deprecation notice at Assets Page.List an assets's security marks.
EXAMPLES
List all security marks for asset (8910) under organization (123456):
gcloudsccassetslist-marks8910--organization=123456

List all security marks for asset (8910) under project (example-project):

gcloudsccassetslist-marksprojects/example-project/assets/8910--organization=123456

List all security marks for asset (8910) under folder (456):

gcloudsccassetslist-marksfolders/456/assets/8910--organization=123456
POSITIONAL ARGUMENTS
Asset resource - The asset to be used for the SCC (Security Command Center)command. The arguments in this group can be used to specify the attributes ofthis resource.

This must be specified.

ASSET
ID of the asset or fully qualified identifier for the asset.

To set theasset attribute:

  • provide the argumentasset on the command line.

This positional argument must be specified if any of the other arguments in thisgroup are specified.

--organization=ORGANIZATION
(Optional) If the full resource name isn't provided e.g. organizations/123, thenprovide the organization id which is the suffix of the organization. Example:organizations/123, the id is 123.To set theorganization attribute:
  • provide the argumentasset on the command line with a fullyspecified name;
  • provide the argument--organization on the command line;
  • Set the organization property in configuration usinggcloud config setscc/organization if it is not specified in command line..
FLAGS
--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
Time used as a reference point when filtering. Absence of this field willdefault to the API's version of NOW. See$gcloud topic datetimesfor information on supported time formats.
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 thesecuritycenter/v1 API. The full documentationfor this API can be found at:https://cloud.google.com/security-command-center
NOTES
These variants are also available:
gcloudalphasccassetslist-marks
gcloudbetasccassetslist-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-05-07 UTC.