customOpenIdConnectProviders

@JvmName(name = "rhtulkpkagdfotxk")
suspend fun customOpenIdConnectProviders(value: Output<Map<String, CustomOpenIdConnectProviderArgs>>)
@JvmName(name = "hqdlioofgbqvwvhl")
suspend fun customOpenIdConnectProviders(value: Map<String, CustomOpenIdConnectProviderArgs>?)

Parameters

value

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.


@JvmName(name = "uoseqmdeyasuyxdn")
suspend fun customOpenIdConnectProviders(vararg argument: Pair<String, suspend CustomOpenIdConnectProviderArgsBuilder.() -> Unit>)

Parameters

argument

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.


@JvmName(name = "tqtqivqbykfolwgc")
fun customOpenIdConnectProviders(vararg values: Pair<String, CustomOpenIdConnectProviderArgs>)

Parameters

values

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.