Kelverion.SqlServer-Automation.json
{
"ConnectionFields": [ { "Name": "ServerName", "TypeName": "System.String", "IsOptional": false, "IsEncrypted": false }, { "Name": "UserName", "TypeName": "System.String", "IsOptional": true, "IsEncrypted": false }, { "Name": "Password", "TypeName": "System.String", "IsOptional": true, "IsEncrypted": true }, { "Name": "UseWindowsAuthentication", "TypeName": "System.Boolean", "IsOptional": true, "IsEncrypted": false, "DefaultValue": "False" }, { "Name": "ConnectTimeout", "TypeName": "System.Int32", "IsOptional": true, "IsEncrypted": false, "DefaultValue": "60" }, { "Name": "LicenseKey", "TypeName": "System.String", "IsOptional": false, "IsEncrypted": true } ], "ConnectionTypeName": "Kelverion.SqlServer", "IntegrationModuleName": "Kelverion.SqlServer" } |