GetZeroTrustAccessShortLivedCertificatePlainArgs

data class GetZeroTrustAccessShortLivedCertificatePlainArgs(val accountId: String? = null, val appId: String, val zoneId: String? = null) : ConvertibleToJava<GetZeroTrustAccessShortLivedCertificatePlainArgs>

A collection of arguments for invoking getZeroTrustAccessShortLivedCertificate.

Constructors

constructor(accountId: String? = null, appId: String, zoneId: String? = null)

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 zoneId: String? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GetZeroTrustAccessShortLivedCertificatePlainArgs