allowedCaCerts

@JvmName(name = "rtxapfvgrptpvtnk")
suspend fun allowedCaCerts(value: Output<List<String>>)
@JvmName(name = "bsevujllmkahnbex")
suspend fun allowedCaCerts(value: List<String>?)

Parameters

value

Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification.


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


@JvmName(name = "qapbelhdagkhpncp")
suspend fun allowedCaCerts(values: List<Output<String>>)
@JvmName(name = "yxlmcbpabuafosvd")
suspend fun allowedCaCerts(vararg values: String)

Parameters

values

Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification.