GetZeroTrustAccessShortLivedCertificateResult

data class GetZeroTrustAccessShortLivedCertificateResult(val accountId: String? = null, val appId: String, val aud: String, val id: String, val publicKey: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessShortLivedCertificate.

Constructors

constructor(accountId: String? = null, appId: String, aud: String, id: String, publicKey: 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

UUID

Link copied to clipboard
val aud: String

The Application Audience (AUD) tag. Identifies the application associated with the CA.

Link copied to clipboard
val id: String

The ID of the CA.

Link copied to clipboard

The public key to add to your SSH server configuration.

Link copied to clipboard
val zoneId: String? = null

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