Kelverion.IntegrationModule.ServiceNow-Automation.json

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