Value  | Data Type  | Description  | 
|---|---|---|
1  | NUMERIC_TYPE  | Attribute value can only contain numbers.  | 
2  | ALPHABET_TYPE  | Attribute value can only contain alphabetic characters.  | 
3  | NUMERIC_TYPE/ALPHABET_TYPE  | Attribute value can only contain numbers or alphabetic characters.  | 
4  | SYMBOLS_TYPE  | Attribute value can only contain symbols.  | 
5  | NUMERIC_TYPE/SYMBOLS_TYPE  | Attribute value can only contain numbers and symbols.  | 
6  | ALPHABET_TYPE/SYMBOLS_TYPE  | Attribute value can only contain alphabetic characters and symbols.  | 
7  | NUMERIC_TYPE/ALPHABET_TYPE/SYMBOLS_TYPE  | Attribute value can only contain alphabetic characters, numbers, and symbols.  | 
8  | LIST_TYPE  | Attribute value can only contain values from a predefined list.  | 
9  | NUMERIC_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only numbers.  | 
10  | ALPHABET_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only numbers.  | 
11  | NUMERIC_TYPE/ALPHABET_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only alphabetic characters and numbers.  | 
12  | SYMBOLS_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only symbols.  | 
13  | NUMERIC_TYPE/SYMBOLS_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only numbers and symbols.  | 
14  | ALPHABET_TYPE/SYMBOLS_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only alphabetic characters and symbols.  | 
15  | NUMERIC_TYPE/ALPHABET_TYPE/SYMBOLS_TYPE/LIST_TYPE  | Attribute value can only contain values from a predefined list and the value contains only alphabetic characters, numbers, and symbols.  | 
16  | BOOLEAN  | Attribute value is a boolean.  | 
32  | PASSWORD  | Attribute value is a password.  | 
Connection  | UI Field Name  | REST API GET and POST Attribute Name  | Response to UI Attribute Name  | 
|---|---|---|---|
All connections  | Runtime Environment  | runtimeEnvironmentId  | agentGroupId  | 
CSV Flat File  | Directory  | database  | dirName  | 
FTP and SFTP  | Directory  | database  | dirName  | 
Microsoft Access  | Data Source Name  | database  | database  | 
Microsoft SQL Server  | SQL Server Version  | type  | subType  | 
Oracle  | Service Name  | database  | database  | 
SAP IDoc Reader  | Destination Entry  | database  | database  | 
SAP IDoc Writer and SAP RFC/BAPI  | Connection String  | database  | database  | 
Web Service Consumer  | Endpoint URL  | serviceUrl  | serviceUrl  |