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 |
Synopsis
- data ClientAuthenticationSettingInfo = ClientAuthenticationSettingInfo' {}
- newClientAuthenticationSettingInfo :: ClientAuthenticationSettingInfo
- clientAuthenticationSettingInfo_status :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationStatus)
- clientAuthenticationSettingInfo_lastUpdatedDateTime :: Lens' ClientAuthenticationSettingInfo (Maybe UTCTime)
- clientAuthenticationSettingInfo_type :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationType)
Documentation
data ClientAuthenticationSettingInfo Source #
Contains information about a client authentication method for a directory.
See: newClientAuthenticationSettingInfo
smart constructor.
ClientAuthenticationSettingInfo' | |
|
Instances
newClientAuthenticationSettingInfo :: ClientAuthenticationSettingInfo Source #
Create a value of ClientAuthenticationSettingInfo
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:status:ClientAuthenticationSettingInfo'
, clientAuthenticationSettingInfo_status
- Whether the client authentication type is enabled or disabled for the
specified directory.
$sel:lastUpdatedDateTime:ClientAuthenticationSettingInfo'
, clientAuthenticationSettingInfo_lastUpdatedDateTime
- The date and time when the status of the client authentication type was
last updated.
$sel:type':ClientAuthenticationSettingInfo'
, clientAuthenticationSettingInfo_type
- The type of client authentication for the specified directory. If no
type is specified, a list of all client authentication types that are
supported for the directory is retrieved.
clientAuthenticationSettingInfo_status :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationStatus) Source #
Whether the client authentication type is enabled or disabled for the specified directory.
clientAuthenticationSettingInfo_lastUpdatedDateTime :: Lens' ClientAuthenticationSettingInfo (Maybe UTCTime) Source #
The date and time when the status of the client authentication type was last updated.
clientAuthenticationSettingInfo_type :: Lens' ClientAuthenticationSettingInfo (Maybe ClientAuthenticationType) Source #
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.