allowedCaCerts

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

Parameters

value

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


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


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

Parameters

values

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