AdministrativeCredentialsResponse

data class AdministrativeCredentialsResponse(val password: String, val username: String)

Constructors

Link copied to clipboard
constructor(password: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The password of the administrator of the device used during initialization.

Link copied to clipboard

The username of the administrator of the device used during initialization.