v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
google

Retrieves projects visible for the user identified by the secret id

Retrieves projects visible by the user represented by the secretId header from the google cloud

get/api/v1/orgs/{orgId}/cloud/google/projects

Path parameters

orgIdinteger required

Organization identifier

Query parameters

secretIdstring required

Secret identification.

Response

List of projects visible for the user

Example response

{
  "projects": [
    {
      "lifecycleState": "lifecycleState",
      "projectNumber": "projectNumber",
      "name": "name",
      "projectId": "projectId"
    },
    {
      "lifecycleState": "lifecycleState",
      "projectNumber": "projectNumber",
      "name": "name",
      "projectId": "projectId"
    }
  ]
}