allowDatabases

@JvmName(name = "qnrsfbataotkigdv")
suspend fun allowDatabases(value: Output<List<String>>)
@JvmName(name = "tsvmdevgdtexaocg")
suspend fun allowDatabases(value: List<String>?)

Parameters

value

The list of databases that require authorization. If there are more than one, separate them with commas (,).


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


@JvmName(name = "amkefvepdluqovww")
suspend fun allowDatabases(values: List<Output<String>>)
@JvmName(name = "ohgkustxtvesbdmo")
suspend fun allowDatabases(vararg values: String)

Parameters

values

The list of databases that require authorization. If there are more than one, separate them with commas (,).