GetAccountsAccount

data class GetAccountsAccount(val accountName: String, val accountPrivilege: String, val accountType: String, val description: String, val id: String, val instanceId: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountName: String, accountPrivilege: String, accountType: String, description: String, id: String, instanceId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the account.

Link copied to clipboard

The privilege of account access database.

Link copied to clipboard

Privilege type of account.

Link copied to clipboard

The description of account.

Link copied to clipboard
val id: String

The ID of the Account.

Link copied to clipboard

The Id of instance in which account belongs.

Link copied to clipboard

The status of account.