allowDictionaries

@JvmName(name = "lqspfrfkjpjfmbdv")
suspend fun allowDictionaries(value: Output<List<String>>)
@JvmName(name = "bcxfpipgliroqygu")
suspend fun allowDictionaries(value: List<String>?)

Parameters

value

List of dictionaries that require authorization. If there are more than one, separate them with commas (,).


@JvmName(name = "roxsrxsupmyofjrq")
suspend fun allowDictionaries(vararg values: Output<String>)


@JvmName(name = "ywavnonnrvthofub")
suspend fun allowDictionaries(values: List<Output<String>>)
@JvmName(name = "djwemmimfbyxqfai")
suspend fun allowDictionaries(vararg values: String)

Parameters

values

List of dictionaries that require authorization. If there are more than one, separate them with commas (,).