LdapIdentitySource

LdapIdentitySource
LDAP Identity Source

Configuration for authenticating users and groups against an LDAP directory (Active Directory or OpenLDAP), including the server to connect to and the credentials Installer uses to search it.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "domain_name": "string",
    "alternative_domain_names": [
        "string"
    ],
    "ldap_type": "string",
    "base_distinguished_name": "string",
    "ldap_server": {
        "url": "string",
        "certificates": [
            "string"
        ],
        "bind_identity": "string",
        "password": "string",
        "enabled": false
    },
    "connectivity_result": {
        "result": "string",
        "errors": [
            {
                "error_type": "string",
                "message": "string"
            }
        ]
    }
}