privilege

val privilege: Output<String>?

The privilege of one account access database. Valid values:

  • ReadOnly: This value is only for MySQL, MariaDB and SQL Server

  • ReadWrite: This value is only for MySQL, MariaDB and SQL Server

  • DDLOnly: (Available in 1.64.0+) This value is only for MySQL and MariaDB

  • DMLOnly: (Available in 1.64.0+) This value is only for MySQL and MariaDB

  • DBOwner: (Available in 1.64.0+) This value is only for SQL Server and PostgreSQL. Default to "ReadOnly".