customOpenIdConnectProviders

@JvmName(name = "kvqmjbubxsyfvgbi")
suspend fun customOpenIdConnectProviders(value: Output<Map<String, CustomOpenIdConnectProviderArgs>>)
@JvmName(name = "mexprcomgssexuul")
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 = "hlsuvtnmjxbarycf")
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 = "oqeuvrbgnbwvjeif")
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.