LDAPSSettings class Null safety
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.
read / write
- certificatePassword ↔ String?
-
Input only.
read / write
- certificatePfx ↔ String?
-
Input only.
read / write
-
certificatePfxAsBytes
↔ List<
int> -
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
The resource name of the LDAPS settings.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state ↔ String?
-
The current state of this LDAPS settings.
read / write
- updateTime ↔ String?
-
Last update time.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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