GetStaticAccountsAccount

data class GetStaticAccountsAccount(val accessKey: String, val createTime: String, val id: String, val instanceId: String, val masterUid: String, val password: String, val userName: String)

Constructors

Link copied to clipboard
constructor(accessKey: String, createTime: String, id: String, instanceId: String, masterUid: String, password: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access key.

Link copied to clipboard

Create time stamp. Unix timestamp, to millisecond level.

Link copied to clipboard
val id: String

The key of the resource supplied above.The value is formulated as <instance_id>:<access_key>.

Link copied to clipboard

InstanceId

Link copied to clipboard

The ID of the user's primary account.

Link copied to clipboard

Static password.

Link copied to clipboard

Static username.