Class LdapCredentials
(Optional) The credentials of the user account to be used by the AP to bind to your LDAP server. The LDAP account should have permissions on all your LDAP servers.
public class LdapCredentials
- Inheritance
-
LdapCredentials
- Inherited Members
Properties
DistinguishedName
The distinguished name of the LDAP user account (example: cn=user,dc=meraki,dc=com).
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "distinguishedName")]
public string DistinguishedName { get; set; }
Property Value
Password
The password of the LDAP user account.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "password")]
public string Password { get; set; }