GetZeroTrustAccessMtlsCertificateResult

data class GetZeroTrustAccessMtlsCertificateResult(val accountId: String? = null, val associatedHostnames: List<String>, val certificateId: String? = null, val createdAt: String, val expiresOn: String, val fingerprint: String, val id: String, val name: String, val updatedAt: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessMtlsCertificate.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, associatedHostnames: List<String>, certificateId: String? = null, createdAt: String, expiresOn: String, fingerprint: String, id: String, name: String, updatedAt: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard

The hostnames of the applications that will use this certificate.

Link copied to clipboard
val certificateId: String? = null

UUID

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The MD5 fingerprint of the certificate.

Link copied to clipboard
val id: String

UUID

Link copied to clipboard

The name of the certificate.

Link copied to clipboard
Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.