UserInitialPasswordArgs

data class UserInitialPasswordArgs(val temporary: Output<Boolean>? = null, val value: Output<String>) : ConvertibleToJava<UserInitialPasswordArgs>

Constructors

Link copied to clipboard
constructor(temporary: Output<Boolean>? = null, value: Output<String>)

Properties

Link copied to clipboard
val temporary: Output<Boolean>? = null

If set to true, the initial password is set up for renewal on first use. Default to false.

Link copied to clipboard
val value: Output<String>

The initial password.

Functions

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