LdapsSettings Class
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.
Secure LDAP Settings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.LdapsSettingsTypeConverter))]
public class LdapsSettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ILdapsSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.LdapsSettingsTypeConverter))>]
type LdapsSettings = class
interface ILdapsSettings
interface IJsonSerializable
Public Class LdapsSettings
Implements ILdapsSettings
- Inheritance
-
LdapsSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| LdapsSettings() |
Creates an new LdapsSettings instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of LdapsSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of LdapsSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.ILdapsSettings. |
| FromJsonString(String) |
Creates a new instance of LdapsSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of LdapsSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |