DescribeLDAPSSettingsResult
public struct DescribeLDAPSSettingsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
Declaration
Swift
public let lDAPSSettingsInfo: [LDAPSSettingInfo]?
-
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(lDAPSSettingsInfo: [LDAPSSettingInfo]? = nil, nextToken: String? = nil)