AuthenticationModePropertiesArgs

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

Constructors

Link copied to clipboard
fun AuthenticationModePropertiesArgs(passwords: Output<List<String>>? = null, type: Output<UserAuthenticationModePropertiesType>? = null)

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

Type of authentication strategy for this user.