gcloud alpha scc assets get-project

NAME
gcloud alpha scc assets get-project - get the Project for an asset given its resource name or asset id
SYNOPSIS
gcloud alpha scc assets get-project[ORGANIZATION](--asset=ASSET    |--resource-name=RESOURCE_NAME)[GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA)(DEPRECATED) Security Command Center AssetAPIs are deprecated and will be removed on or after June 26, 2024. Use CloudAsset Inventory instead(gcloud asset).For more information,seethe deprecation notice at Assets Page.Get the Project for an asset given its resource name or asset id.
EXAMPLES
Get project id(https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)given an asset's full resource name(https://cloud.google.com/apis/design/resource_names#full_resource_name) e.g.//storage.googleapis.com/my-bucket under organization 123456:
gcloudalphasccassetsget-project123456--resource-name="//storage.googleapis.com/my-bucket"

Get project id given an asset's Cloud SCC id 5678 under organization 123456.

gcloudalphasccassetsget-project123456--asset=5678
POSITIONAL ARGUMENTS
Organization resource - The organization to be used for the SCC (SecurityCommand Center) command. This represents a Cloud resource.
[ORGANIZATION]
ID of the organization or fully qualified identifier for the organization.

To set theorganization attribute:

  • provide the argumentorganization on the command line;
  • Set the organization property in configuration usinggcloud config setscc/organization if it is not specified in command line..
REQUIRED FLAGS
Exactly one of these must be specified:
--asset=ASSET
Cloud SCC specific asset. It's derived from the the asset's relative resourcename. See:https://cloud.google.com/apis/design/resource_names#relative_resource_name.For Example, for the given asset name: "organizations/123/assets/456", 456represents asset id.
--resource-name=RESOURCE_NAME
Asset's resource name. Full resource name of the Google Cloud Platform resourcethis asset represents. This field is immutable after create time. See:https://cloud.google.com/apis/design/resource_names#full_resource_name.For Example: "//cloudresourcemanager.googleapis.com/projects/1234567890123"could be the resource-name for a project.
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
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. These variants are also available:
gcloudsccassetsget-project
gcloudbetasccassetsget-project

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 2026-01-21 UTC.