LdapsSettings interface

Secure LDAP Settings

Properties

certificateNotAfter

NotAfter DateTime of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

certificateThumbprint

Thumbprint of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

externalAccess

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

pfxCertificate

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

pfxCertificatePassword

The password to decrypt the provided Secure LDAP certificate pfx file.

publicCertificate

Public certificate used to configure secure ldap. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

certificateNotAfter

NotAfter DateTime of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

certificateNotAfter?: Date

Property Value

Date

certificateThumbprint

Thumbprint of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

certificateThumbprint?: string

Property Value

string

externalAccess

A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.

externalAccess?: string

Property Value

string

ldaps

A flag to determine whether or not Secure LDAP is enabled or disabled.

ldaps?: string

Property Value

string

pfxCertificate

The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

pfxCertificate?: string

Property Value

string

pfxCertificatePassword

The password to decrypt the provided Secure LDAP certificate pfx file.

pfxCertificatePassword?: string

Property Value

string

publicCertificate

Public certificate used to configure secure ldap. NOTE: This property will not be serialized. It can only be populated by the server.

publicCertificate?: string

Property Value

string