serverCertificates

@JvmName(name = "vfubbvvopiggimvy")
suspend fun serverCertificates(value: Output<List<CertificateArgs>>)
@JvmName(name = "xtfpqujannlvcaqr")
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 = "nngcyefagvohuecv")
suspend fun serverCertificates(vararg values: Output<CertificateArgs>)


@JvmName(name = "dyumkyyrteoddkge")
suspend fun serverCertificates(values: List<Output<CertificateArgs>>)
@JvmName(name = "owblvnlppjlgadjm")
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 = "ykwvpvdfprvekddg")
suspend fun serverCertificates(argument: List<suspend CertificateArgsBuilder.() -> Unit>)
@JvmName(name = "qdkeombxlgmfptqv")
suspend fun serverCertificates(vararg argument: suspend CertificateArgsBuilder.() -> Unit)
@JvmName(name = "gplqqqfkaywvthmj")
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.