Authentication Mode Properties Args
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.
}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(passwords: Output<List<String>>? = null, type: Output<UserAuthenticationModePropertiesType>)