serverCertificates

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


@JvmName(name = "poyqttbebjpityke")
suspend fun serverCertificates(values: List<Output<EkmConnectionServiceResolverServerCertificateArgs>>)
@JvmName(name = "qwqeyvuwfmerenud")
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 = "lxgtjwxopradioay")
suspend fun serverCertificates(argument: List<suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "euihgswnffkqykis")
suspend fun serverCertificates(vararg argument: suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit)
@JvmName(name = "vbnclxdrxaxdxfpb")
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.