zero-trust-gateway_custom-certificate-settings

Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`)

APIs.ioEngineeringPlatform

Properties

Name Type Description
binding_status string Certificate status (internal).
enabled boolean Enable use of custom certificate authority for signing Gateway traffic.
id string UUID of certificate (ID from MTLS certificate store).
updated_at string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-custom-certificate-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_custom-certificate-settings",
  "title": "zero-trust-gateway_custom-certificate-settings",
  "deprecated": true,
  "description": "Custom certificate settings for BYO-PKI. (deprecated and replaced by `certificate`)",
  "properties": {
    "binding_status": {
      "description": "Certificate status (internal).",
      "example": "pending_deployment",
      "readOnly": true,
      "type": "string"
    },
    "enabled": {
      "description": "Enable use of custom certificate authority for signing Gateway traffic.",
      "example": true,
      "type": "boolean"
    },
    "id": {
      "description": "UUID of certificate (ID from MTLS certificate store).",
      "example": "d1b364c5-1311-466e-a194-f0e943e0799f",
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    }
  },
  "required": [
    "enabled"
  ],
  "type": "object"
}