Directory Connections Data Type

A collection of Directory Connections.

Properties
Name Type Description
companyDirectoryConnections array of Directory Connection List of company directory connections.

Example

{
  "companyDirectoryConnections" : [ {
    "name" : "example1",
    "type" : "LDAP"
  }, {
    "name" : "example2",
    "type" : "ACTIVE_DIRECTORY"
  } ]
}