allowDictionaries

@JvmName(name = "reptubfjsnenulnm")
suspend fun allowDictionaries(value: Output<List<String>>)
@JvmName(name = "rliothatieenfysk")
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 = "avsrrtajfvnpgufj")
suspend fun allowDictionaries(vararg values: Output<String>)


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

Parameters

values

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