Google Cloud Platform · JSON Structure

Cloud Resource Manager Project Structure

Type: object Properties: 10
API ManagementCloud ComputingInfrastructurePlatform as a Service

Project is a JSON Structure definition published by Google Cloud Platform, describing 10 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name parent projectId state displayName createTime updateTime deleteTime etag labels

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Project",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "parent": {
      "type": "string"
    },
    "projectId": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "createTime": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    },
    "deleteTime": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "labels": {
      "type": "object"
    }
  }
}