Folder

A folder in the Google Cloud resource hierarchy. Folders can contain projects and other folders, allowing users to group resources and apply policies hierarchically. Folders can be up to 10 levels deep.

API ManagementCloud ComputingInfrastructurePlatform-as-a-Service

Properties

Name Type Description
name string The resource name of the folder in the form folders/{folder_id}. Output only.
parent string The resource name of the folder's parent. Can be an organization or another folder in the form organizations/{org_id} or folders/{folder_id}.
displayName string The folder's display name. A folder's display name must be distinct from all other folders that share its parent. The display name must start and end with a letter or digit, may contain letters, digit
state string The lifecycle state of the folder. Output only.
createTime string Timestamp of when the folder was created. Output only.
updateTime string Timestamp of when the folder was last modified. Output only.
deleteTime string Timestamp of when the delete request was sent. Output only.
etag string A checksum computed by the server based on the current value of the folder resource.
View JSON Schema on GitHub

JSON Schema

google-cloud-platform-folder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Folder",
  "title": "Folder",
  "type": "object",
  "description": "A folder in the Google Cloud resource hierarchy. Folders can contain projects and other folders, allowing users to group resources and apply policies hierarchically. Folders can be up to 10 levels deep.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The resource name of the folder in the form folders/{folder_id}. Output only.",
      "readOnly": true,
      "examples": [
        "folders/123456789"
      ]
    },
    "parent": {
      "type": "string",
      "description": "The resource name of the folder's parent. Can be an organization or another folder in the form organizations/{org_id} or folders/{folder_id}.",
      "examples": [
        "organizations/987654321",
        "folders/111222333"
      ]
    },
    "displayName": {
      "type": "string",
      "description": "The folder's display name. A folder's display name must be distinct from all other folders that share its parent. The display name must start and end with a letter or digit, may contain letters, digits, spaces, hyphens and underscores, and can be no longer than 30 characters.",
      "maxLength": 30,
      "examples": [
        "Engineering"
      ]
    },
    "state": {
      "type": "string",
      "description": "The lifecycle state of the folder. Output only.",
      "readOnly": true,
      "enum": [
        "STATE_UNSPECIFIED",
        "ACTIVE",
        "DELETE_REQUESTED"
      ],
      "example": "STATE_UNSPECIFIED"
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the folder was created. Output only.",
      "readOnly": true,
      "example": "2026-01-15T10:30:00Z"
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the folder was last modified. Output only.",
      "readOnly": true,
      "example": "2026-01-15T10:30:00Z"
    },
    "deleteTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of when the delete request was sent. Output only.",
      "readOnly": true,
      "example": "2026-01-15T10:30:00Z"
    },
    "etag": {
      "type": "string",
      "description": "A checksum computed by the server based on the current value of the folder resource.",
      "readOnly": true,
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-cloud-platform-folder"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.