Directory
A Directory defines the information returned about a directory.
Properties
Name | Type | Description | Notes |
---|---|---|---|
alias_mapping_name | str | The name of the AD attribute value that will be mapped into comma seperated string value of alias | [optional] |
certificate | bytearray | The SSL certificate to connect to the Directory with. | [optional] |
directory_attribute_mappings | List[DirectoryAttributeMapping] | Directory attribure mappings. | [optional] |
directory_connections | List[DirectoryConnection] | The connections that you want to connect when syncing. | [optional] |
directory_sync | DirectorySync | [optional] | |
directory_sync_id | str | The UUID of the directory sync | [optional] |
group_filters | List[GroupFilter] | Directory group filters. | [optional] |
hostname | str | The hostname of the Directory Can be an IP address or a hostname. | [optional] |
id | str | The UUID of the Directory. | [optional] |
name | str | The name of the Directory. | [optional] |
password | str | The password to connect to the Directory with. | [optional] |
port | int | The port to connect to the Directory over. | [optional] |
root_domain_naming_context | str | The root domain naming context of the Directory. | [optional] |
search_bases | List[SearchBase] | The searchbases that you want to search when syncing. | [optional] |
type | str | The type of the Directory. | [optional] |
use_ssl | bool | Whether or not to connect to the Directory using an SSL certificate. | [optional] |
user_name | str | The username to connect to the Directory with. Value must be a fully distinguished name or UPN. | [optional] |