Kelverion.ServiceNow-Automation.json

{
  "ConnectionFields": [
    {
      "Name": "ServiceNowUrl",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "UserName",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "Password",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": true
    },
    {
      "Name": "AuthorizationUrl",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "ClientId",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "ClientSecret",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": true
    },
    {
      "Name": "RefreshToken",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": true
    },
    {
      "Name": "DateFormat",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "TimeFormat",
      "TypeName": "System.String",
      "IsOptional": true,
      "IsEncrypted": false
    },
    {
      "Name": "LicenseKey",
      "TypeName": "System.String",
      "IsOptional": false,
      "IsEncrypted": true
    }
  ],
  "ConnectionTypeName": "Kelverion.ServiceNow",
  "IntegrationModuleName": "Kelverion.ServiceNow"
}