UserAuthenticationMode class

Constructors

UserAuthenticationMode({Input<int?>? passwordCount, Input<List<String>?>? passwords, required Input<String> type})
Creates a new UserAuthenticationMode. passwordCount Number of passwords belonging to the user if type is set to password. passwords Set of passwords used for authentication if type is set to password. You can create up to two passwords for each user. type Specifies the authentication type. Valid values are: password or iam.
const
UserAuthenticationMode.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
passwordCount → Input<int?>?
Number of passwords belonging to the user if type is set to password.
final
passwords → Input<List<String>?>?
Set of passwords used for authentication if type is set to password. You can create up to two passwords for each user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → Input<String>
Specifies the authentication type. Valid values are: password or iam.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited