Table of Contents

Class ActiveDirectoryCredentials

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

(Optional) The credentials of the user account to be used by the AP to bind to your Active Directory server. The Active Directory account should have permissions on all your Active Directory servers. Only valid if the splashPage is 'Password-protected with Active Directory'.

[DataContract]
public class ActiveDirectoryCredentials
Inheritance
ActiveDirectoryCredentials
Inherited Members

Properties

LogonName

The logon name of the Active Directory account.

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

Property Value

string

Password

The password to the Active Directory user account.

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

Property Value

string