LdapConfiguration Class

Definition

LDAP configuration.

public class LdapConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetApp.Models.LdapConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetApp.Models.LdapConfiguration>
type LdapConfiguration = class
    interface IJsonModel<LdapConfiguration>
    interface IPersistableModel<LdapConfiguration>
Public Class LdapConfiguration
Implements IJsonModel(Of LdapConfiguration), IPersistableModel(Of LdapConfiguration)
Inheritance
LdapConfiguration
Implements

Constructors

Name Description
LdapConfiguration()

Initializes a new instance of LdapConfiguration.

Properties

Name Description
BindAuthenticationLevel

The authentication level to use when binding to the LDAP server, defaults to Anonymous.

BindDN

The distinguished name (DN) to bind as when performing LDAP operations.

BindPasswordAkvConfig

The Azure Key Vault configuration where the Bind DN (Distinguished Name) user password is stored.

CertificateCNHost

The certificate CN host.

Domain

The LDAP domain.

IsLdapOverTlsEnabled

Indicates whether LDAP over TLS is enabled.

LdapServers

The LDAP servers.

ServerCACertificate

The server CA certificate.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<LdapConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<LdapConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LdapConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LdapConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<LdapConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to