vpn Client Revoked Certificates
suspend fun vpnClientRevokedCertificates(value: Output<List<VpnServerConfigVpnClientRevokedCertificateArgs>>)
suspend fun vpnClientRevokedCertificates(value: List<VpnServerConfigVpnClientRevokedCertificateArgs>?)
Parameters
value
VPN client revoked certificate of VpnServerConfiguration.
suspend fun vpnClientRevokedCertificates(vararg values: Output<VpnServerConfigVpnClientRevokedCertificateArgs>)
suspend fun vpnClientRevokedCertificates(values: List<Output<VpnServerConfigVpnClientRevokedCertificateArgs>>)
suspend fun vpnClientRevokedCertificates(vararg values: VpnServerConfigVpnClientRevokedCertificateArgs)
Parameters
values
VPN client revoked certificate of VpnServerConfiguration.
suspend fun vpnClientRevokedCertificates(argument: List<suspend VpnServerConfigVpnClientRevokedCertificateArgsBuilder.() -> Unit>)
suspend fun vpnClientRevokedCertificates(vararg argument: suspend VpnServerConfigVpnClientRevokedCertificateArgsBuilder.() -> Unit)
suspend fun vpnClientRevokedCertificates(argument: suspend VpnServerConfigVpnClientRevokedCertificateArgsBuilder.() -> Unit)
Parameters
argument
VPN client revoked certificate of VpnServerConfiguration.