VpnServerConfigRadiusClientRootCertificateResponse

data class VpnServerConfigRadiusClientRootCertificateResponse(val name: String? = null, val thumbprint: String? = null)

Properties of the Radius client root certificate of VpnServerConfiguration.

Constructors

constructor(name: String? = null, thumbprint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The certificate name.

Link copied to clipboard
val thumbprint: String? = null

The Radius client root certificate thumbprint.