AuthenticationModePropertiesArgs

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

Specifies the authentication mode to use. Below is an example of the possible JSON values:

{ Passwords: ["*****", "******"] // If Type is password.
}

Constructors

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

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

Functions

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