config

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

Parameters

value

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


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

Parameters

values

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