Skip to content

Latest commit

 

History

History
64 lines (56 loc) · 1.5 KB

getconfigurationresponsebody.md

File metadata and controls

64 lines (56 loc) · 1.5 KB

GetConfigurationResponseBody

The configuration with the provided id

Supported Types

models.GetConfigurationResponseBody1

const value: models.GetConfigurationResponseBody1 = {
  completedAt: 1558531915505,
  createdAt: 1558531915505,
  id: "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
  integrationId: "oac_xzpVzcUOgcB1nrVlirtKhbWV",
  ownerId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  projects: [
    "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO",
  ],
  source: "marketplace",
  slug: "slack",
  teamId: "team_nLlpyC6RE1qxydlFKbrxDlud",
  type: "integration-configuration",
  updatedAt: 1558531915505,
  userId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  scopes: [
    "read:project",
    "read-write:log-drain",
  ],
  disabledAt: 1558531915505,
  deletedAt: 1558531915505,
  deleteRequestedAt: 1558531915505,
};

models.GetConfigurationResponseBody2

const value: models.GetConfigurationResponseBody2 = {
  projectSelection: "all",
  projects: [
    "prj_xQxbutw1HpL6HLYPAzt5h75m8NjO",
  ],
  completedAt: 1558531915505,
  createdAt: 1558531915505,
  id: "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
  integrationId: "oac_xzpVzcUOgcB1nrVlirtKhbWV",
  ownerId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  source: "marketplace",
  slug: "slack",
  teamId: "team_nLlpyC6RE1qxydlFKbrxDlud",
  type: "integration-configuration",
  updatedAt: 1558531915505,
  userId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  scopes: [
    "read:project",
    "read-write:log-drain",
  ],
  disabledAt: 1558531915505,
  deletedAt: 1558531915505,
  deleteRequestedAt: 1558531915505,
};