vpn Client Root Certificates
suspend fun vpnClientRootCertificates(value: Output<List<VpnServerConfigVpnClientRootCertificateArgs>>)
Parameters
value
VPN client root certificate of VpnServerConfiguration.
suspend fun vpnClientRootCertificates(vararg values: Output<VpnServerConfigVpnClientRootCertificateArgs>)
suspend fun vpnClientRootCertificates(values: List<Output<VpnServerConfigVpnClientRootCertificateArgs>>)
Parameters
values
VPN client root certificate of VpnServerConfiguration.
suspend fun vpnClientRootCertificates(argument: List<suspend VpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit>)
suspend fun vpnClientRootCertificates(vararg argument: suspend VpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit)
suspend fun vpnClientRootCertificates(argument: suspend VpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit)
Parameters
argument
VPN client root certificate of VpnServerConfiguration.