How to view the project id of an external GCP Project

How to view the project id of an external GCP Project - example :  --project qualys-gcp-security

Solved Solved
0 2 738
1 ACCEPTED SOLUTION

Great answer - for those that are more CLI inclined, you could also use gcloud, for example:

 

gcloud projects list --filter=name=qualys-gcp-security

 

 

View solution in original post

2 REPLIES 2

Hello @Saran26

Welcome to the Google Cloud Community!

What do you mean by saying external GCP Project? Apart from that, projectID can be checked following this instruction

To view the project ID of an external GCP Project, you can use the following steps:

  1. Go to the Google Cloud console.
  2. Click the switcher box in the menu bar.
  3. Select your organization from the Select from box.
  4. Search for the project name.
  5. Click the project name to open the project details page.
  6. The project ID is displayed in the Project info section.

Here is an example of how to view the project ID of an external GCP Project:

  1. Go to the Google Cloud console.
  2. Click the switcher box in the menu bar.
  3. Select your organization from the Select from box.
  4. Search for "qualys-gcp-security".
  5. Click the "qualys-gcp-security" project name to open the project details page.
  6. The project ID "qualys-gcp-security-12345" is displayed in the Project info section.

    DamianS_0-1706769476518.png

    cheers,

    DamianS

Great answer - for those that are more CLI inclined, you could also use gcloud, for example:

 

gcloud projects list --filter=name=qualys-gcp-security