VpnServerConfigRadiusClientRootCertificateArgs

data class VpnServerConfigRadiusClientRootCertificateArgs(val name: Output<String>? = null, val thumbprint: Output<String>? = null) : ConvertibleToJava<VpnServerConfigRadiusClientRootCertificateArgs>

Properties of the Radius client root certificate of VpnServerConfiguration.

Constructors

constructor(name: Output<String>? = null, thumbprint: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The certificate name.

Link copied to clipboard
val thumbprint: Output<String>? = null

The Radius client root certificate thumbprint.

Functions

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