DomainController

DomainController
DomainController

Domain controller details.

JSON Example
{
    "certificate": "string",
    "certificateName": "string",
    "host": "string",
    "port": 0,
    "protocol": "string"
}
string
certificate
Optional

A certificate encoded in PEM format. Required for LDAPS; Should not be provided for LDAP.

string
certificateName
Optional

certificate file name

string
host
Required
Constraints: minLength: 1

Identifies the Domain Controller host

integer As int32 As int32
port
Optional
Constraints: minimum: 1 maximum: 65535

Identifies the Domain Controller port

string
protocol
Required

Ldap Protocol

Possible values are : LDAP, LDAPS, UNKNOWN,