GetCustomSslFilter

data class GetCustomSslFilter(val match: String, val status: String? = null)

Constructors

Link copied to clipboard
constructor(match: String, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to match all search requirements or at least one (any). Available values: "any", "all".

Link copied to clipboard
val status: String? = null

Status of the zone's custom SSL. Available values: "active", "expired", "deleted", "pending", "initializing".