tls-certificates-and-hostnames_hostname_association

APIs.ioEngineeringPlatform

Properties

Name Type Description
hostnames object
mtls_certificate_id string The UUID for a certificate that was uploaded to the mTLS Certificate Management endpoint. If no mtls_certificate_id is given, the hostnames will be associated to your active Cloudflare Managed CA.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-hostname-association-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_hostname_association",
  "title": "tls-certificates-and-hostnames_hostname_association",
  "properties": {
    "hostnames": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostnames"
    },
    "mtls_certificate_id": {
      "description": "The UUID for a certificate that was uploaded to the mTLS Certificate Management endpoint. If no mtls_certificate_id is given, the hostnames will be associated to your active Cloudflare Managed CA.",
      "maxLength": 36,
      "minLength": 36,
      "type": "string"
    }
  },
  "type": "object"
}