custom Open Id Connect Providers
suspend fun customOpenIdConnectProviders(value: Output<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.
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.
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.