discoveryCaPems

@JvmName(name = "djohnsmnlmmegyyi")
suspend fun discoveryCaPems(value: Output<List<String>>)
@JvmName(name = "beddkiwhdieycwmx")
suspend fun discoveryCaPems(value: List<String>?)

Parameters

value

([]string: <optional>) - PEM encoded CA certs for use by the TLS client used to talk with the OIDC Discovery URL.


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


@JvmName(name = "wxbwlqanctjxgiuo")
suspend fun discoveryCaPems(values: List<Output<String>>)
@JvmName(name = "bogkpnjadcijdigv")
suspend fun discoveryCaPems(vararg values: String)

Parameters

values

([]string: <optional>) - PEM encoded CA certs for use by the TLS client used to talk with the OIDC Discovery URL.