Table of Contents

Class LdapServer

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

The LDAP servers to be used for authentication.

[DataContract]
public class LdapServer
Inheritance
LdapServer
Inherited Members

Properties

Host

IP address of your LDAP server.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "host")]
public string Host { get; set; }

Property Value

string

Id

LDAP Server Id - Undocumented

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Port

UDP port the LDAP server listens on.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "port")]
public int Port { get; set; }

Property Value

int