clientCertificate

@JvmName(name = "ddusfwkttycurcre")
suspend fun clientCertificate(value: Output<ClientTlsPolicyClientCertificateArgs>)
@JvmName(name = "scdrtiwfbscqluto")
suspend fun clientCertificate(value: ClientTlsPolicyClientCertificateArgs?)

Parameters

value

Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS. Structure is documented below.


@JvmName(name = "dcrcskjekjbpqvha")
suspend fun clientCertificate(argument: suspend ClientTlsPolicyClientCertificateArgsBuilder.() -> Unit)

Parameters

argument

Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS. Structure is documented below.