GetZeroTrustAccessMtlsCertificatesResult

data class GetZeroTrustAccessMtlsCertificatesResult(val associatedHostnames: List<String>, val createdAt: String, val expiresOn: String, val fingerprint: String, val id: String, val name: String, val updatedAt: String)

Constructors

Link copied to clipboard
constructor(associatedHostnames: List<String>, createdAt: String, expiresOn: String, fingerprint: String, id: String, name: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hostnames of the applications that will use this certificate.

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

The ID of the application that will use this certificate.

Link copied to clipboard

The name of the certificate.

Link copied to clipboard