ILdapsSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.LdapsSettingsTypeConverter))]
public interface ILdapsSettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.LdapsSettingsTypeConverter))>]
type ILdapsSettings = interface
    interface IJsonSerializable
Public Interface ILdapsSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CertificateNotAfter

NotAfter DateTime of configure ldaps certificate.

CertificateThumbprint

Thumbprint of configure ldaps certificate.

ExternalAccess

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

Ldap

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.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to