describe_ldaps_settings
(**kwargs)¶Describes the status of LDAP security for the specified directory.
See also: AWS API Documentation
Request Syntax
response = client.describe_ldaps_settings(
DirectoryId='string',
Type='Client',
NextToken='string',
Limit=123
)
[REQUIRED]
The identifier of the directory.
Client
is supported.dict
Response Syntax
{
'LDAPSSettingsInfo': [
{
'LDAPSStatus': 'Enabling'|'Enabled'|'EnableFailed'|'Disabled',
'LDAPSStatusReason': 'string',
'LastUpdatedDateTime': datetime(2015, 1, 1)
},
],
'NextToken': 'string'
}
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.
NextToken (string) --
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
Exceptions
DirectoryService.Client.exceptions.DirectoryDoesNotExistException
DirectoryService.Client.exceptions.UnsupportedOperationException
DirectoryService.Client.exceptions.InvalidNextTokenException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException