serverCertificates

@JvmName(name = "gafbvdeptakbuqnk")
suspend fun serverCertificates(value: Output<List<EkmConnectionServiceResolverServerCertificateArgs>>)

Parameters

value

Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported. Structure is documented below.


@JvmName(name = "hiyciuojdgwppbih")
suspend fun serverCertificates(vararg values: Output<EkmConnectionServiceResolverServerCertificateArgs>)


@JvmName(name = "iwhhfxffxgjuohsn")
suspend fun serverCertificates(values: List<Output<EkmConnectionServiceResolverServerCertificateArgs>>)
@JvmName(name = "punmkhrvlqvjjjlb")
suspend fun serverCertificates(vararg values: EkmConnectionServiceResolverServerCertificateArgs)

Parameters

values

Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported. Structure is documented below.


@JvmName(name = "obnhugosqgtmxeho")
suspend fun serverCertificates(argument: List<suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "mtrnviwrkewornia")
suspend fun serverCertificates(vararg argument: suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "bplwpflolnufkbpu")
suspend fun serverCertificates(argument: suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit)

Parameters

argument

Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported. Structure is documented below.