InlineLdapIdentitySource1

InlineLdapIdentitySource1
InlineLdapIdentitySource1
JSON Example
{
    "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"
            }
        ]
    }
}
string
domain_name
Required

The domain suffix users provide at login (for example corp.example.com) that routes them to this identity source.

array of string
alternative_domain_names
Optional

Additional domain suffixes that should also be routed to this identity source, for environments with multiple accepted domains.

ldap_type
Required

The LDAP server implementation to connect to, which determines the expected format of bind_identity and other server-specific behavior.

Enumeration: ACTIVE_DIRECTORY, OPEN_LDAP
string
base_distinguished_name
Required

The distinguished name of the subtree to search for users and groups (for example dc=corp,dc=example,dc=com).

ldap_server
Required

Connection details for the LDAP server backing an identity source.

connectivity_result
Optional

The outcome of Installer's most recent attempt to connect to an LDAP identity source, returned by the create, update, and get-with-check_connection_status operations.