Skip to content

Latest commit

 

History

History
74 lines (66 loc) · 1.7 KB

getconfigurationresponsebody.md

File metadata and controls

74 lines (66 loc) · 1.7 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",
  transferRequest: {
    kind: "transfer-to-marketplace",
    requestId: "<id>",
    transferId: "<id>",
    requester: {
      name: "<value>",
    },
    createdAt: 9970.58,
    expiresAt: 1729.95,
  },
  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,
};