Directory
A Directory defines the information returned about a directory.
Properties
Name | Type | Description | Notes |
---|---|---|---|
AliasMappingName | string | The name of the AD attribute value that will be mapped into comma seperated string value of alias | [optional] |
Certificate | byte[] | The SSL certificate to connect to the Directory with. | [optional] |
DirectoryAttributeMappings | List<DirectoryAttributeMapping> | Directory attribure mappings. | [optional] |
DirectoryConnections | List<DirectoryConnection> | The connections that you want to connect when syncing. | [optional] |
DirectorySync | DirectorySync | [optional] | |
DirectorySyncId | string | The UUID of the directory sync | [optional] |
GroupFilters | List<GroupFilter> | Directory group filters. | [optional] |
Hostname | string | The hostname of the Directory Can be an IP address or a hostname. | [optional] |
Id | string | The UUID of the Directory. | [optional] |
Name | string | The name of the Directory. | [optional] |
Password | string | The password to connect to the Directory with. | [optional] |
Port | int? | The port to connect to the Directory over. | [optional] |
RootDomainNamingContext | string | The root domain naming context of the Directory. | [optional] |
SearchBases | List<SearchBase> | The searchbases that you want to search when syncing. | [optional] |
Type | string | The type of the Directory. | [optional] |
UseSsl | bool? | Whether or not to connect to the Directory using an SSL certificate. | [optional] |
UserName | string | The username to connect to the Directory with. Value must be a fully distinguished name or UPN. | [optional] |