GetAccountsAccount

data class GetAccountsAccount(val accountDescription: String, val accountLockState: String, val accountName: String, val accountStatus: String, val accountType: String, val databasePrivileges: List<GetAccountsAccountDatabasePrivilege>)

Constructors

Link copied to clipboard
constructor(accountDescription: String, accountLockState: String, accountName: String, accountStatus: String, accountType: String, databasePrivileges: List<GetAccountsAccountDatabasePrivilege>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account description.

Link copied to clipboard

Account lock state, Valid values are Lock, UnLock.

Link copied to clipboard

Account name.

Link copied to clipboard

Cluster address type.Cluster: the default address of the Cluster.Primary: Primary address.Custom: Custom cluster addresses.

Link copied to clipboard

Account type, Valid values are Normal, Super.

Link copied to clipboard

A list of database privilege. Each element contains the following attributes.