AuthenticationModePropertiesArgs

data class AuthenticationModePropertiesArgs(val passwords: Output<List<String>>? = null, val type: Output<UserAuthenticationModePropertiesType>) : ConvertibleToJava<AuthenticationModePropertiesArgs>

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val passwords: Output<List<String>>? = null

Passwords used for this user account. You can create up to two passwords for each user.

Link copied to clipboard

Authentication Type