Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LdapsSettings

Package version

interface

An interface representing LdapsSettings. Secure LDAP Settings

Hierarchy

  • LdapsSettings

Index

Properties

Optional certificateNotAfter

certificateNotAfter: Date
member

{Date} [certificateNotAfter] NotAfter DateTime of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional certificateThumbprint

certificateThumbprint: undefined | string
member

{string} [certificateThumbprint] Thumbprint of configure ldaps certificate. NOTE: This property will not be serialized. It can only be populated by the server.

Optional externalAccess

externalAccess: ExternalAccess
member

{ExternalAccess} [externalAccess] A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled. Possible values include: 'Enabled', 'Disabled'

Optional externalAccessIpAddress

externalAccessIpAddress: undefined | string
member

{string} [externalAccessIpAddress] External access ip address. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ldaps

ldaps: Ldaps
member

{Ldaps} [ldaps] A flag to determine whether or not Secure LDAP is enabled or disabled. Possible values include: 'Enabled', 'Disabled'

Optional pfxCertificate

pfxCertificate: undefined | string
member

{string} [pfxCertificate] The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.

Optional pfxCertificatePassword

pfxCertificatePassword: undefined | string
member

{string} [pfxCertificatePassword] The password to decrypt the provided Secure LDAP certificate pfx file.

Optional publicCertificate

publicCertificate: undefined | string
member

{string} [publicCertificate] Public certificate used to configure secure ldap. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc