ContainerAccountResponse

data class ContainerAccountResponse(val accountName: String? = null, val password: String? = null, val spn: String? = null)

Container Account Description

Constructors

Link copied to clipboard
constructor(accountName: String? = null, password: String? = null, spn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountName: String? = null

The account name

Link copied to clipboard
val password: String? = null

The account password

Link copied to clipboard
val spn: String? = null

The account spn