Authentication Mode Properties
data class AuthenticationModeProperties(val passwords: List<String>? = null, val type: UserAuthenticationModePropertiesType)
Specifies the authentication mode to use. Below is an example of the possible JSON values:
{ Passwords: ["*****", "******"] // If Type is password.
}
Content copied to clipboard