ILdapsSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.LdapsSettingsTypeConverter))]
public interface ILdapsSettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.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) |