serverCertificates

@JvmName(name = "oququjjiupforeob")
suspend fun serverCertificates(value: Output<List<CertificateArgs>>)
@JvmName(name = "fohpjgiifgnlbakc")
suspend fun serverCertificates(value: List<CertificateArgs>)

Parameters

value

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


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


@JvmName(name = "hjvixccdqfyuujat")
suspend fun serverCertificates(values: List<Output<CertificateArgs>>)
@JvmName(name = "jynqetijbteweymj")
suspend fun serverCertificates(vararg values: CertificateArgs)

Parameters

values

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


@JvmName(name = "rxjddamiyyovsijl")
suspend fun serverCertificates(argument: List<suspend CertificateArgsBuilder.() -> Unit>)
@JvmName(name = "lvywkwfsdtscwtgx")
suspend fun serverCertificates(vararg argument: suspend CertificateArgsBuilder.() -> Unit)
@JvmName(name = "guejjatvylyehwpi")
suspend fun serverCertificates(argument: suspend CertificateArgsBuilder.() -> Unit)

Parameters

argument

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