CustomSslKeylessServer

data class CustomSslKeylessServer(val createdOn: String? = null, val enabled: Boolean? = null, val host: String? = null, val id: String? = null, val modifiedOn: String? = null, val name: String? = null, val permissions: List<String>? = null, val port: Double? = null, val status: String? = null, val tunnel: CustomSslKeylessServerTunnel? = null)

Constructors

Link copied to clipboard
constructor(createdOn: String? = null, enabled: Boolean? = null, host: String? = null, id: String? = null, modifiedOn: String? = null, name: String? = null, permissions: List<String>? = null, port: Double? = null, status: String? = null, tunnel: CustomSslKeylessServerTunnel? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdOn: String? = null

When the Keyless SSL was created.

Link copied to clipboard
val enabled: Boolean? = null

Whether or not the Keyless SSL is on or off.

Link copied to clipboard
val host: String? = null

The keyless SSL name.

Link copied to clipboard
val id: String? = null

Keyless certificate identifier tag.

Link copied to clipboard
val modifiedOn: String? = null

When the Keyless SSL was last modified.

Link copied to clipboard
val name: String? = null

The keyless SSL name.

Link copied to clipboard
val permissions: List<String>? = null

Available permissions for the Keyless SSL for the current user requesting the item.

Link copied to clipboard
val port: Double? = null

The keyless SSL port used to communicate between Cloudflare and the client's Keyless SSL server.

Link copied to clipboard
val status: String? = null

Status of the Keyless SSL. Available values: "active", "deleted".

Link copied to clipboard

Configuration for using Keyless SSL through a Cloudflare Tunnel