LDAPSSettings class

LDAPSSettings represents the ldaps settings for domain resource.

LDAP is the Lightweight Directory Access Protocol, defined in https://tools.ietf.org/html/rfc4511. The settings object configures LDAP over SSL/TLS, whether it is over port 636 or the StartTLS operation. If LDAPSSettings is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.

Constructors

LDAPSSettings({Certificate? certificate, String? certificatePassword, String? certificatePfx, String? name, String? state, String? updateTime})
LDAPSSettings.fromJson(Map json_)

Properties

certificate Certificate?
The certificate used to configure LDAPS.
getter/setter pair
certificatePassword String?
Input only.
getter/setter pair
certificatePfx String?
Input only.
getter/setter pair
certificatePfxAsBytes List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the LDAPS settings.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of this LDAPS settings.
getter/setter pair
updateTime String?
Last update time.
getter/setter pair

Methods

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

Operators

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