Vpn Server Config Vpn Client Root Certificate Args
    data class VpnServerConfigVpnClientRootCertificateArgs(val name: Output<String>? = null, val publicCertData: Output<String>? = null) : ConvertibleToJava<VpnServerConfigVpnClientRootCertificateArgs> 
Properties of VPN client root certificate of VpnServerConfiguration.
Constructors
Link copied to clipboard
                fun VpnServerConfigVpnClientRootCertificateArgs(name: Output<String>? = null, publicCertData: Output<String>? = null)