serverCertificates

@JvmName(name = "kponrjpnsfuidsgg")
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 = "wgtdeajosnpcayhk")
suspend fun serverCertificates(vararg values: Output<EkmConnectionServiceResolverServerCertificateArgs>)


@JvmName(name = "iodngmbnrvixxbcm")
suspend fun serverCertificates(values: List<Output<EkmConnectionServiceResolverServerCertificateArgs>>)
@JvmName(name = "qldwpjwouhnplokr")
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 = "wxrjuqqwvcwhowwi")
suspend fun serverCertificates(argument: List<suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "pgjfdhxvwswctrli")
suspend fun serverCertificates(vararg argument: suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "yrwdlvlhivsmrysk")
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.