A collection of Directory Connections.
| Name | Type | Description |
|---|---|---|
| companyDirectoryConnections | array of Directory Connection | List of company directory connections. |
Example
{
"companyDirectoryConnections" : [ {
"name" : "example1",
"type" : "LDAP"
}, {
"name" : "example2",
"type" : "ACTIVE_DIRECTORY"
} ]
}