DirectoryService.Paginator.
DescribeLDAPSSettings
¶paginator = client.get_paginator('describe_ldaps_settings')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from DirectoryService.Client.describe_ldaps_settings()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
DirectoryId='string',
Type='Client',
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
[REQUIRED]
The identifier of the directory.
Client
is supported.A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
dict
Response Syntax
{
'LDAPSSettingsInfo': [
{
'LDAPSStatus': 'Enabling'|'Enabled'|'EnableFailed'|'Disabled',
'LDAPSStatusReason': 'string',
'LastUpdatedDateTime': datetime(2015, 1, 1)
},
],
}
Response Structure
(dict) --
LDAPSSettingsInfo (list) --
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
(dict) --
Contains general information about the LDAPS settings.
LDAPSStatus (string) --
The state of the LDAPS settings.
LDAPSStatusReason (string) --
Describes a state change for LDAPS.
LastUpdatedDateTime (datetime) --
The date and time when the LDAPS settings were last updated.