Authentication Mode Properties Args
data class AuthenticationModePropertiesArgs(val passwords: Output<List<String>>? = null, val type: Output<UserAuthenticationModePropertiesType>) : ConvertibleToJava<AuthenticationModePropertiesArgs>
Constructors
Link copied to clipboard
fun AuthenticationModePropertiesArgs(passwords: Output<List<String>>? = null, type: Output<UserAuthenticationModePropertiesType>)