AdministrativeCredentialsArgs

data class AdministrativeCredentialsArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<AdministrativeCredentialsArgs>

Constructors

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

Properties

Link copied to clipboard
val password: Output<String>

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

Link copied to clipboard
val username: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AdministrativeCredentialsArgs