GetAccountsAccount

data class GetAccountsAccount(val accountDescription: String, val accountName: String, val accountType: String, val databasePrivileges: List<GetAccountsAccountDatabasePrivilege>, val id: String, val privExceeded: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountDescription: String, accountName: String, accountType: String, databasePrivileges: List<GetAccountsAccountDatabasePrivilege>, id: String, privExceeded: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Database description.

Link copied to clipboard

Name of database account.

Link copied to clipboard

Privilege type of account.

Link copied to clipboard

A list of database permissions the account has.

Link copied to clipboard
val id: String

The ID of the Account.

Link copied to clipboard

Whether the maximum number of databases managed by the account is exceeded.

Link copied to clipboard

The status of the resource.