gcloud scc assets group Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud scc assets group - filter an organization's assets and groups them by their specified properties
- SYNOPSIS
gcloud scc assets group[PARENT][--compare-duration=COMPARE_DURATION][--filter=FILTER][--group-by=GROUP_BY][--page-size=PAGE_SIZE][--page-token=PAGE_TOKEN][--read-time=READ_TIME][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.Filter an organization's assets and groups them by their specified properties.- EXAMPLES
- Group assets under organization 123456 by their type (e.g. project, disk,compute instance, service etc):
gcloudsccassetsgroup123456--group-by="security_center_properties.resource_type"Group assets under project example-project by their type (e.g. project, disk,compute instance, service etc):
gcloudsccassetsgroupprojects/example-project--group-by="security_center_properties.resource_type"Group assets under folder 456 by their type (e.g. project, disk, computeinstance, service etc):
gcloudsccassetsgroupfolders/456--group-by="security_center_properties.resource_type"Group compute instances (assets) under organization 123456 by their respectiveprojects:
gcloudsccassetsgroup123456--filter="security_center_properties.resource_type=\"google.compute.Instance\""--group-by="security_center_properties.resource_project"Group assets that were updated on or after 2019-01-01T01:00:00 GMT by theirtypes.
gcloudsccassetsgroup123456--filter="update_time >= 1546304400000"--group-by="security_center_properties.resource_type"Group assets into following 3 state_changes (ADDED/DELETED/ACTIVE) based on theactivity during past 24 hours:
gcloudsccassetsgroup123456--compare-duration=86400s--group-by="state_change" - POSITIONAL ARGUMENTS
- Parent resource - parent organization, folder, or project in the Google Cloudresource hierarchy to be used for the
gcloud scccommand. Specify theargument as either [RESOURCE_TYPE/RESOURCE_ID] or [RESOURCE_ID], as shown in thepreceding examples. This represents a Cloud resource.- [
PARENT] - ID of the parent or fully qualified identifier for the parent.
To set the
parentattribute:- provide the argument
parenton the command line; - Set the parent property in configuration using
gcloud config setscc/parentif it is not specified in command line.
- provide the argument
- [
- Parent resource - parent organization, folder, or project in the Google Cloudresource hierarchy to be used for the
- FLAGS
--compare-duration=COMPARE_DURATION- The result's "state_change" attribute is updated to indicate whether the assetwas added, removed, or remained present during the compare_duration period oftime that precedes the read_time. See
$gcloud topic datetimesfor information on supported duration formats. --filter=FILTER- Expression is a list of one or more restrictions combined via logical operators'AND' and 'OR'. Parentheses are not supported, and 'OR' has higher precedencethan 'AND'. For example, 'update_time > 100 ANDsecurity_center_properties.resource_type=\"google.cloud.resourcemanager.Organization\"'is a valid filter string.
--group-by=GROUP_BY- Expression that defines what asset fields to use for grouping (including'state'). String value should follow SQL syntax: comma separated list of fields.For example: "parent,resource_name". The following fields are supported:
- security_center_properties.resource_project
- security_center_properties.resource_type
- security_center_properties.resource_parent
- state_change
--page-size=PAGE_SIZE- The maximum number of results to return in a single response. Default is 10,minimum is 1, maximum is 1000.
--page-token=PAGE_TOKEN- Value returned by the last 'GroupAssetsResponse'; indicates that this is acontinuation of a prior 'GroupAssets' call, and that the system should returnthe next page of data.
--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.
- 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 helpfor details. - API REFERENCE
- This command uses the
securitycenter/v1API. The full documentationfor this API can be found at:https://cloud.google.com/security-command-center - NOTES
- These variants are also available:
gcloudalphasccassetsgroupgcloudbetasccassetsgroup
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.