tls-certificates-and-hostnames_base

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_on string When the Keyless SSL was created.
enabled object
host object
id object
modified_on string When the Keyless SSL was last modified.
name object
permissions array Available permissions for the Keyless SSL for the current user requesting the item.
port object
status object
tunnel object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_base",
  "title": "tls-certificates-and-hostnames_base",
  "properties": {
    "created_on": {
      "description": "When the Keyless SSL was created.",
      "example": "2014-01-01T05:20:00Z",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "enabled": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_enabled"
    },
    "host": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_host"
    },
    "id": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-identifier"
    },
    "modified_on": {
      "description": "When the Keyless SSL was last modified.",
      "example": "2014-01-01T05:20:00Z",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_name"
    },
    "permissions": {
      "description": "Available permissions for the Keyless SSL for the current user requesting the item.",
      "example": [
        "#ssl:read",
        "#ssl:edit"
      ],
      "items": {
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "port": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_port"
    },
    "status": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-status"
    },
    "tunnel": {
      "$ref": "#/components/schemas/tls-certificates-and-hostnames_keyless_tunnel"
    }
  },
  "required": [
    "id",
    "name",
    "host",
    "port",
    "status",
    "enabled",
    "permissions",
    "created_on",
    "modified_on"
  ],
  "type": "object"
}