Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AuthenticationMode Source #
Denotes the user's authentication properties, such as whether it requires a password to authenticate. Used in output responses.
See: newAuthenticationMode
smart constructor.
Instances
newAuthenticationMode :: AuthenticationMode Source #
Create a value of AuthenticationMode
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:passwords:AuthenticationMode'
, authenticationMode_passwords
- The password(s) used for authentication
$sel:type':AuthenticationMode'
, authenticationMode_type
- Indicates whether the user requires a password to authenticate. All
newly-created users require a password.
authenticationMode_passwords :: Lens' AuthenticationMode (Maybe (NonEmpty Text)) Source #
The password(s) used for authentication
authenticationMode_type :: Lens' AuthenticationMode (Maybe InputAuthenticationType) Source #
Indicates whether the user requires a password to authenticate. All newly-created users require a password.