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 Authentication Source #
Indicates whether the user requires a password to authenticate.
See: newAuthentication
smart constructor.
Authentication' | |
|
Instances
newAuthentication :: Authentication Source #
Create a value of Authentication
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:passwordCount:Authentication'
, authentication_passwordCount
- The number of passwords belonging to the user. The maximum is two.
$sel:type':Authentication'
, authentication_type
- Indicates whether the user requires a password to authenticate.
authentication_passwordCount :: Lens' Authentication (Maybe Int) Source #
The number of passwords belonging to the user. The maximum is two.
authentication_type :: Lens' Authentication (Maybe AuthenticationType) Source #
Indicates whether the user requires a password to authenticate.