allowlistedCertificates

@JvmName(name = "alfovdmgipyrebgt")
suspend fun allowlistedCertificates(value: Output<List<TrustConfigAllowlistedCertificateArgs>>)
@JvmName(name = "chgbhjejfsaxtbdv")
suspend fun allowlistedCertificates(value: List<TrustConfigAllowlistedCertificateArgs>?)

Parameters

value

Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met. Structure is documented below.


@JvmName(name = "ootbnsdwoijmblke")
suspend fun allowlistedCertificates(vararg values: Output<TrustConfigAllowlistedCertificateArgs>)


@JvmName(name = "aumnuspopfpyxrou")
suspend fun allowlistedCertificates(values: List<Output<TrustConfigAllowlistedCertificateArgs>>)
@JvmName(name = "kmoauyrrdpcymnyt")
suspend fun allowlistedCertificates(vararg values: TrustConfigAllowlistedCertificateArgs)

Parameters

values

Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met. Structure is documented below.


@JvmName(name = "xvltlpddamfshgbx")
suspend fun allowlistedCertificates(argument: List<suspend TrustConfigAllowlistedCertificateArgsBuilder.() -> Unit>)
@JvmName(name = "cwbmxmuuwfhorykl")
suspend fun allowlistedCertificates(vararg argument: suspend TrustConfigAllowlistedCertificateArgsBuilder.() -> Unit)
@JvmName(name = "shamljoujqdpdoyx")
suspend fun allowlistedCertificates(argument: suspend TrustConfigAllowlistedCertificateArgsBuilder.() -> Unit)

Parameters

argument

Allowlisted PEM-encoded certificates. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met. Structure is documented below.