Citrix · Schema

SslCertKey

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
certkey string Certificate-key pair name
cert string Certificate file path
key string Key file path
daystoexpiration integer Days until certificate expiration
status string Certificate status
View JSON Schema on GitHub

JSON Schema

citrix-sslcertkey-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SslCertKey",
  "title": "SslCertKey",
  "type": "object",
  "properties": {
    "certkey": {
      "type": "string",
      "description": "Certificate-key pair name"
    },
    "cert": {
      "type": "string",
      "description": "Certificate file path"
    },
    "key": {
      "type": "string",
      "description": "Key file path"
    },
    "daystoexpiration": {
      "type": "integer",
      "description": "Days until certificate expiration"
    },
    "status": {
      "type": "string",
      "description": "Certificate status"
    }
  }
}