DirectoryConnection
The connections that you want to connect when syncing.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Certificate | byte[] | The SSL certificate to connect to the Directory with. | [optional] |
DirectoryId | string | The UUID of the Directory the connection belongs to. | [optional] |
Hostname | string | The Directory hostname or IP address. | [optional] |
Id | string | The UUID of the Directory connection. | [optional] |
Port | int? | The Directory port. | [optional] |
UseSsl | bool? | Whether or not to connect to the Directory using an SSL certificate. | [optional] |