AccountDmlAuthSettingArgs

data class AccountDmlAuthSettingArgs(val allowDatabases: Output<List<String>>? = null, val allowDictionaries: Output<List<String>>? = null, val ddlAuthority: Output<Boolean>, val dmlAuthority: Output<Int>) : ConvertibleToJava<AccountDmlAuthSettingArgs>

Constructors

Link copied to clipboard
constructor(allowDatabases: Output<List<String>>? = null, allowDictionaries: Output<List<String>>? = null, ddlAuthority: Output<Boolean>, dmlAuthority: Output<Int>)

Properties

Link copied to clipboard
val allowDatabases: Output<List<String>>? = null

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

Link copied to clipboard
val allowDictionaries: Output<List<String>>? = null

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

Link copied to clipboard
val ddlAuthority: Output<Boolean>

Whether to grant the DDL permission to the database account. Value description:

Link copied to clipboard
val dmlAuthority: Output<Int>

Whether to grant the DML permission to the database account. The values are as follows:

Functions

Link copied to clipboard
open override fun toJava(): AccountDmlAuthSettingArgs