ADDomainAdvancedSettingsInfo

ADDomainAdvancedSettingsInfo
ADDomainAdvancedSettingsInfo

Information related to untrusted Domain advance settings.

JSON Example
{
    "ad_domain_auto_discovery": true,
    "ad_domain_context": "dc=abc,dc=com",
    "ad_domain_controllers": [
        "example.com"
    ],
    "ad_domain_preferred_site": "Bengaluru",
    "port": 389
}
boolean
ad_domain_auto_discovery
Optional

Auto discovers domain controllers. Auto discovery, AD domain controllers and preferred site name are mutually exclusive. Only one of them can be defined at a time. Default value is true.

string
ad_domain_context
Optional

Active directory domain Context.

array of string
ad_domain_controllers
Optional

One or more AD domain controllers. Auto discovery, AD domain controllers and preferred site name are mutually exclusive. Only one of them can be defined at a time.

string
ad_domain_preferred_site
Optional

ADDomain preferred domain site. Auto discovery, AD domain controllers and preferred site name are mutually exclusive. Only one of them can be defined at a time.

integer As int32 As int32
port
Optional

Port of the server to connect to.