Class ActiveDirectoryServer
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
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?