Kelverion.IntegrationModule.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" : false,
        "IsEncrypted" : false,
        "DefaultValue" : 30
    },
      {
        "Name" : "LicenseServerURL",
        "TypeName" : "System.String",
        "IsOptional" : false,
        "IsEncrypted" : false
    },
      {
        "Name" : "AuthorizationKey",
        "TypeName" : "System.String",
        "IsOptional" : false,
        "IsEncrypted" : true
    }],
    "ConnectionTypeName": "Kelverion.IntegrationModule.SqlServer",
    "IntegrationModuleName": "Kelverion.IntegrationModule.SqlServer"
}