InlineLdapIdentitySource1
{
"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"
}
]
}
}
The domain suffix users provide at login (for example corp.example.com) that routes them to this identity source.
Additional domain suffixes that should also be routed to this identity source, for environments with multiple accepted domains.
The LDAP server implementation to connect to, which determines the expected format of bind_identity and other server-specific behavior.
The distinguished name of the subtree to search for users and groups (for example dc=corp,dc=example,dc=com).
Connection details for the LDAP server backing an identity source.
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.