serverCertificates

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


@JvmName(name = "asxrjctdlolipxqu")
suspend fun serverCertificates(values: List<Output<CertificateArgs>>)
@JvmName(name = "hgrcxgrouasnvtsk")
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 = "htwefrlewjcplwod")
suspend fun serverCertificates(argument: List<suspend CertificateArgsBuilder.() -> Unit>)
@JvmName(name = "vlvlukgstsatpwuv")
suspend fun serverCertificates(vararg argument: suspend CertificateArgsBuilder.() -> Unit)
@JvmName(name = "fpftpiamhcucuptt")
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.