AccountDmlAuthSetting

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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