GetAccountsAccount

data class GetAccountsAccount(val accountDescription: String, val accountName: String, val characterType: String, val id: String, val instanceId: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountDescription: String, accountName: String, characterType: String, id: String, instanceId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the account.

Link copied to clipboard

The name of the account.

Link copied to clipboard

The role of the account. Valid values: db, cs, mongos, logic, normal.

Link copied to clipboard
val id: String

The ID of the Account. The value formats as <instance_id>:<account_name>.

Link copied to clipboard

The id of the instance to which the account belongs.

Link copied to clipboard

The status of the account. Valid values: Unavailable, Available.