{
  "name": "ListRunnerPoolSecretRefs",
  "plane": "control",
  "terraformEligible": true,
  "subProduct": "runner",
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudDeploy.Runner.ListRunnerPoolSecretRefs",
    "service": "deploy"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "poolId": {
        "type": "string"
      }
    },
    "required": [
      "poolId"
    ],
    "title": "ListRunnerPoolSecretRefsRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "definitions": {
      "RunnerPoolSecretRefResponse": {
        "properties": {
          "name": {
            "type": "string"
          },
          "poolId": {
            "type": "string"
          },
          "secretId": {
            "type": "string"
          }
        },
        "required": [
          "name",
          "poolId",
          "secretId"
        ],
        "type": "object"
      }
    },
    "properties": {
      "secretRefs": {
        "items": {
          "$ref": "#/definitions/RunnerPoolSecretRefResponse"
        },
        "type": "array"
      }
    },
    "required": [
      "secretRefs"
    ],
    "title": "ListRunnerPoolSecretRefsResponse",
    "type": "object"
  }
}
