server Certificates
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.
suspend fun serverCertificates(vararg values: Output<EkmConnectionServiceResolverServerCertificateArgs>)
suspend fun serverCertificates(values: List<Output<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.
suspend fun serverCertificates(argument: List<suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit>)
suspend fun serverCertificates(vararg argument: suspend EkmConnectionServiceResolverServerCertificateArgsBuilder.() -> Unit)
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.