Directory Details - Holds the connection details about the directory, the root node of the directory (basedn) and how to read it.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| directory_uuid | byte(16) | not null | PK, uuid of an directory entity |
| directory_name | nvarchar(255) | with null | Directory name |
| server_name | nvarchar(255) | with null | Server name |
| port_number | integer | with null | Port number to be used |
| binding | integer | with null | Defines the kind of authentication to the directory, bit encoded field |
| user_name | nvarchar(255) | with null | User account |
| password | nvarchar(255) | with null | Password to be used, encrypted |
| base_dn | nvarchar(1023) | with null | Base directory name |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation data |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date. |
| version_number | integer | with null | Last version number |
| directory_type | integer | with null | Type of the directory,
using bit encoding |
Product Name: Asset
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| directory_uuid | ca_link_dir_details_map | directory_uuid |