HealthMonitorLdap

HealthMonitorLdap
HealthMonitorLdap
JSON Example
{
    "attributes": "string",
    "base_dn": "string",
    "filter": "string",
    "scope": "string",
    "ssl_attributes": {
        "pki_profile_ref": "string",
        "server_name": "string",
        "ssl_key_and_certificate_ref": "string",
        "ssl_profile_ref": "string"
    }
}
string
attributes
Optional

Attributes which will be retrieved. commas can be used to delimit more than one attributes (example- cn,address,email). Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
base_dn
Required

DN(Distinguished Name) of a directory entry. which will be starting point of the search. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
filter
Optional

Filter to search entries in specified scope. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
scope
Optional

Search scope which can be base, one, sub. Enum options - LDAP_BASE_MODE, LDAP_ONE_MODE, LDAP_SUB_MODE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

ssl_attributes
Optional

ssl_attributes

Property Of