Kong · Schema

ConfigStoreSecret

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source

Properties

Name Type Description
key string
value string
created_at object
updated_at object
View JSON Schema on GitHub

JSON Schema

kong-configstoresecret-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfigStoreSecret",
  "title": "ConfigStoreSecret",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "x-speakeasy-param-force-new": true
    },
    "value": {
      "type": "string",
      "writeOnly": true,
      "x-sensitive": true,
      "x-speakeasy-param-sensitive": true
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    }
  }
}