GetZeroTrustAccessShortLivedCertificatesResult

data class GetZeroTrustAccessShortLivedCertificatesResult(val aud: String, val id: String, val publicKey: String)

Constructors

constructor(aud: String, id: String, publicKey: String)

Types

Link copied to clipboard
object Companion

Properties

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.