p2SVpn Server Config Vpn Client Root Certificates
suspend fun p2SVpnServerConfigVpnClientRootCertificates(value: Output<List<P2SVpnServerConfigVpnClientRootCertificateArgs>>)
suspend fun p2SVpnServerConfigVpnClientRootCertificates(value: List<P2SVpnServerConfigVpnClientRootCertificateArgs>?)
Parameters
value
VPN client root certificate of P2SVpnServerConfiguration.
suspend fun p2SVpnServerConfigVpnClientRootCertificates(vararg values: Output<P2SVpnServerConfigVpnClientRootCertificateArgs>)
suspend fun p2SVpnServerConfigVpnClientRootCertificates(values: List<Output<P2SVpnServerConfigVpnClientRootCertificateArgs>>)
suspend fun p2SVpnServerConfigVpnClientRootCertificates(vararg values: P2SVpnServerConfigVpnClientRootCertificateArgs)
Parameters
values
VPN client root certificate of P2SVpnServerConfiguration.
suspend fun p2SVpnServerConfigVpnClientRootCertificates(argument: List<suspend P2SVpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit>)
suspend fun p2SVpnServerConfigVpnClientRootCertificates(vararg argument: suspend P2SVpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit)
suspend fun p2SVpnServerConfigVpnClientRootCertificates(argument: suspend P2SVpnServerConfigVpnClientRootCertificateArgsBuilder.() -> Unit)
Parameters
argument
VPN client root certificate of P2SVpnServerConfiguration.