customCertificateAuthorityRoots

@JvmName(name = "rnbqdnkwchuothdq")
suspend fun customCertificateAuthorityRoots(value: Output<List<String>>)
@JvmName(name = "uhgvndfaqddgbcgj")
suspend fun customCertificateAuthorityRoots(value: List<String>?)

Parameters

value

List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.


@JvmName(name = "lgpsrkwhrpvnityp")
suspend fun customCertificateAuthorityRoots(vararg values: Output<String>)


@JvmName(name = "vinarnjvrluenaho")
suspend fun customCertificateAuthorityRoots(values: List<Output<String>>)
@JvmName(name = "uinqonerchljgund")
suspend fun customCertificateAuthorityRoots(vararg values: String)

Parameters

values

List of up to 2 custom certificate authority roots to use for TLS authentication when making calls on behalf of this type provider. If set, TLS authentication will exclusively use these roots instead of relying on publicly trusted certificate authorities when validating TLS certificate authenticity. The certificates must be in base64-encoded PEM format. The maximum size of each certificate must not exceed 10KB.