revoked Certificates
suspend fun revokedCertificates(value: Output<List<VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs>>)
suspend fun revokedCertificates(value: List<VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs>?)
Parameters
value
One or more revoked_certificate
blocks which are defined below.
suspend fun revokedCertificates(vararg values: Output<VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs>)
suspend fun revokedCertificates(values: List<Output<VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs>>)
suspend fun revokedCertificates(vararg values: VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgs)
Parameters
values
One or more revoked_certificate
blocks which are defined below.
suspend fun revokedCertificates(argument: List<suspend VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgsBuilder.() -> Unit>)
suspend fun revokedCertificates(vararg argument: suspend VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgsBuilder.() -> Unit)
suspend fun revokedCertificates(argument: suspend VirtualNetworkGatewayVpnClientConfigurationRevokedCertificateArgsBuilder.() -> Unit)
Parameters
argument
One or more revoked_certificate
blocks which are defined below.