Type Definitions
-
AuthSchema
-
Type:
- object
Properties:
Name Type Description usernameString The username used for authentication purposes. passwordString The password used for authentication purposes. -
ConnectionSchema
-
Type:
- object
Properties:
Name Type Description prefixString For connection-strings there is a prefix in the url. Example: jdbc or odbc. hostnameString The hostname for the connection. portNumber The port used by the service. pathString The path is a string that can reference a specific resource like an api endpoint or a database. secureBoolean Whether or not the connection you are parsing is secured via TLS/SSL. -
ConnectionSchema
-
Type:
- object
Properties:
Name Type Description urlString For connection-strings there is a prefix in the url. Example: jdbc or odbc. authObject Contains the username and password for the connection.. Properties
Name Type Description usernameString The connection username that was supplied. passwordString The connection password that was supplied. -
UnifiedConnectionSchema
-
-
UnifiedConnectionShema
-
Type:
- object
Properties:
Name Type Description connectionConnectionSchema authAuthSchema