Get Accounts Account
data class GetAccountsAccount(val accountDescription: String, val accountLockState: String, val accountName: String, val accountStatus: String, val accountType: String, val databasePrivileges: List<GetAccountsAccountDatabasePrivilege>)
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.