config

@JvmName(name = "wnhiioedbtqimcye")
suspend fun config(value: Output<Map<String, String>>)
@JvmName(name = "yxivvvgopbrganpt")
suspend fun config(value: Map<String, String>?)

Parameters

value

The provider configuration handed over to your custom user federation provider. In order to add multivalue settings, use ## to seperate the values.


@JvmName(name = "wptgkrvpbyhlieyx")
fun config(vararg values: Pair<String, String>)

Parameters

values

The provider configuration handed over to your custom user federation provider. In order to add multivalue settings, use ## to seperate the values.