workers_mtls_cert_binding

APIs.ioEngineeringPlatform

Properties

Name Type Description
certificate_id string ID of the certificate to bind to
name object
type string The class of resource that the binding provides.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-mtls-cert-binding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_mtls_cert_binding",
  "title": "workers_mtls_cert_binding",
  "properties": {
    "certificate_id": {
      "description": "ID of the certificate to bind to",
      "example": "efwu2n6s-q69d-2kr9-184j-4913e8h391k6",
      "type": "string"
    },
    "name": {
      "$ref": "#/components/schemas/workers_binding_name"
    },
    "type": {
      "description": "The class of resource that the binding provides.",
      "enum": [
        "mtls_certificate"
      ],
      "example": "mtls_certificate",
      "type": "string"
    }
  },
  "required": [
    "name",
    "type",
    "certificate"
  ],
  "type": "object"
}