Table of Contents

Class ActiveDirectoryServer

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

The Active Directory servers to be used for authentication.

[DataContract]
public class ActiveDirectoryServer : IdentifiedItem
Inheritance
ActiveDirectoryServer
Inherited Members

Properties

Host

IP address of your Active Directory server.

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

Property Value

string

Port

(Optional) UDP port the Active Directory server listens on. By default, uses port 3268.

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

Property Value

int?