Apigee · Schema

RuntimeProjectAttachment

A runtime project attachment.

Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetization

Properties

Name Type Description
name string Output only. Resource name of the attachment.
runtimeProject string Required. Google Cloud project to attach.
createTime string Output only. Time the attachment was created.
View JSON Schema on GitHub

JSON Schema

apigee-runtimeprojectattachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RuntimeProjectAttachment",
  "title": "RuntimeProjectAttachment",
  "type": "object",
  "description": "A runtime project attachment.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. Resource name of the attachment.",
      "readOnly": true
    },
    "runtimeProject": {
      "type": "string",
      "description": "Required. Google Cloud project to attach."
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. Time the attachment was created.",
      "readOnly": true
    }
  }
}