DescribeLDAPSSettingsResult class

Constructors

DescribeLDAPSSettingsResult({List<LDAPSSettingInfo>? lDAPSSettingsInfo, String? nextToken})
DescribeLDAPSSettingsResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lDAPSSettingsInfo List<LDAPSSettingInfo>?
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
final
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited