Connectors are the way users define the data sources to which the Masking Engine should connect.
Name | Type | Description | Notes |
---|---|---|---|
id | String | The Connector entity ID. | [optional] |
name | String | The Connector name. | [optional] |
engineId | String | A reference to the Engine that this Connector belongs to. | [optional] |
type | TypeEnum | The type of Connector. One of Database, File, or Mainframe. | [optional] |
hostname | String | The network hostname or IP address of the database server. | [optional] |
port | Integer | The TCP port of the server. | [optional] |
username | String | The username this Connector will use to connect to the database. | [optional] |
tags | List<Tag> | [optional] |
Name | Value |
---|---|
DATABASE | "DATABASE" |
FILE | "FILE" |
MAINFRAME_DATASET | "MAINFRAME_DATASET" |