Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1013 Bytes

getconfigurationresponsebody.md

File metadata and controls

45 lines (33 loc) · 1013 Bytes

GetConfigurationResponseBody

The configuration with the provided id

Example Usage

import { GetConfigurationResponseBody } from "@simplesagar/vercel/models/getconfigurationop.js";

let value: GetConfigurationResponseBody = {
  createdAt: 1558531915505,
  id: "icfg_3bwCLgxL8qt5kjRLcv2Dit7F",
  integrationId: "oac_xzpVzcUOgcB1nrVlirtKhbWV",
  ownerId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  slug: "slack",
  type: "integration-configuration",
  updatedAt: 1558531915505,
  userId: "kr1PsOIzqEL5Xg6M4VZcZosf",
  scopes: [
    "read:project",
    "read-write:log-drain",
  ],
};

Supported Types

models.GetConfigurationResponseBody1

const value: models.GetConfigurationResponseBody1 = /* values here */

models.GetConfigurationResponseBody2

const value: models.GetConfigurationResponseBody2 = /* values here */

models.GetConfigurationResponseBody3

const value: models.GetConfigurationResponseBody3 = /* values here */