IntegrationDiff

The difference between the existing integration and the imported one.

JSON representation
{
  "actions": {
    object (ItemDiff)
  },
  "connectors": {
    object (ItemDiff)
  },
  "jobs": {
    object (ItemDiff)
  },
  "managers": {
    object (ItemDiff)
  }
}
Fields
actions

object (ItemDiff)

Output only. Actions diff.

connectors

object (ItemDiff)

Output only. Connectors diff.

jobs

object (ItemDiff)

Output only. Jobs diff.

managers

object (ItemDiff)

Output only. Managers diff.

ItemDiff

The difference between the existing items and the imported ones.

JSON representation
{
  "keep": [
    {
      object (IntegrationItem)
    }
  ],
  "override": [
    {
      object (IntegrationItem)
    }
  ]
}
Fields
keep[]

object (IntegrationItem)

Output only. Items to keep.

override[]

object (IntegrationItem)

Output only. Items to override.

IntegrationItem

The integration item.

JSON representation
{
  "displayName": string,
  "custom": boolean
}
Fields
displayName

string

Output only. Item name.

custom

boolean

Output only. True if the item is a custom item.