Get Accounts Account
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)
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
Whether the maximum number of databases managed by the account is exceeded.