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 |
Retrieves information about the type of client authentication for the
specified directory, if the type is specified. If no type is specified,
information about all client authentication types that are supported for
the specified directory is retrieved. Currently, only SmartCard
is
supported.
Synopsis
- data DescribeClientAuthenticationSettings = DescribeClientAuthenticationSettings' {}
- newDescribeClientAuthenticationSettings :: Text -> DescribeClientAuthenticationSettings
- describeClientAuthenticationSettings_nextToken :: Lens' DescribeClientAuthenticationSettings (Maybe Text)
- describeClientAuthenticationSettings_limit :: Lens' DescribeClientAuthenticationSettings (Maybe Natural)
- describeClientAuthenticationSettings_type :: Lens' DescribeClientAuthenticationSettings (Maybe ClientAuthenticationType)
- describeClientAuthenticationSettings_directoryId :: Lens' DescribeClientAuthenticationSettings Text
- data DescribeClientAuthenticationSettingsResponse = DescribeClientAuthenticationSettingsResponse' {}
- newDescribeClientAuthenticationSettingsResponse :: Int -> DescribeClientAuthenticationSettingsResponse
- describeClientAuthenticationSettingsResponse_nextToken :: Lens' DescribeClientAuthenticationSettingsResponse (Maybe Text)
- describeClientAuthenticationSettingsResponse_clientAuthenticationSettingsInfo :: Lens' DescribeClientAuthenticationSettingsResponse (Maybe [ClientAuthenticationSettingInfo])
- describeClientAuthenticationSettingsResponse_httpStatus :: Lens' DescribeClientAuthenticationSettingsResponse Int
Creating a Request
data DescribeClientAuthenticationSettings Source #
See: newDescribeClientAuthenticationSettings
smart constructor.
DescribeClientAuthenticationSettings' | |
|
Instances
newDescribeClientAuthenticationSettings Source #
Create a value of DescribeClientAuthenticationSettings
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:nextToken:DescribeClientAuthenticationSettings'
, describeClientAuthenticationSettings_nextToken
- The DescribeClientAuthenticationSettingsResult.NextToken value from a
previous call to DescribeClientAuthenticationSettings. Pass null if this
is the first call.
$sel:limit:DescribeClientAuthenticationSettings'
, describeClientAuthenticationSettings_limit
- The maximum number of items to return. If this value is zero, the
maximum number of items is specified by the limitations of the
operation.
$sel:type':DescribeClientAuthenticationSettings'
, describeClientAuthenticationSettings_type
- The type of client authentication for which to retrieve information. If
no type is specified, a list of all client authentication types that are
supported for the specified directory is retrieved.
$sel:directoryId:DescribeClientAuthenticationSettings'
, describeClientAuthenticationSettings_directoryId
- The identifier of the directory for which to retrieve information.
Request Lenses
describeClientAuthenticationSettings_nextToken :: Lens' DescribeClientAuthenticationSettings (Maybe Text) Source #
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
describeClientAuthenticationSettings_limit :: Lens' DescribeClientAuthenticationSettings (Maybe Natural) Source #
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
describeClientAuthenticationSettings_type :: Lens' DescribeClientAuthenticationSettings (Maybe ClientAuthenticationType) Source #
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
describeClientAuthenticationSettings_directoryId :: Lens' DescribeClientAuthenticationSettings Text Source #
The identifier of the directory for which to retrieve information.
Destructuring the Response
data DescribeClientAuthenticationSettingsResponse Source #
See: newDescribeClientAuthenticationSettingsResponse
smart constructor.
DescribeClientAuthenticationSettingsResponse' | |
|
Instances
newDescribeClientAuthenticationSettingsResponse Source #
:: Int |
|
-> DescribeClientAuthenticationSettingsResponse |
Create a value of DescribeClientAuthenticationSettingsResponse
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:nextToken:DescribeClientAuthenticationSettings'
, describeClientAuthenticationSettingsResponse_nextToken
- The next token used to retrieve the client authentication settings if
the number of setting types exceeds page limit and there is another
page.
$sel:clientAuthenticationSettingsInfo:DescribeClientAuthenticationSettingsResponse'
, describeClientAuthenticationSettingsResponse_clientAuthenticationSettingsInfo
- Information about the type of client authentication for the specified
directory. The following information is retrieved: The date and time
when the status of the client authentication type was last updated,
whether the client authentication type is enabled or disabled, and the
type of client authentication.
$sel:httpStatus:DescribeClientAuthenticationSettingsResponse'
, describeClientAuthenticationSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
describeClientAuthenticationSettingsResponse_nextToken :: Lens' DescribeClientAuthenticationSettingsResponse (Maybe Text) Source #
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
describeClientAuthenticationSettingsResponse_clientAuthenticationSettingsInfo :: Lens' DescribeClientAuthenticationSettingsResponse (Maybe [ClientAuthenticationSettingInfo]) Source #
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
describeClientAuthenticationSettingsResponse_httpStatus :: Lens' DescribeClientAuthenticationSettingsResponse Int Source #
The response's http status code.