Benchling · Schema

WarehouseCredentialSummary

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
createdAt string
id string
label string
modifiedAt string
userId string
username string The username to connect to the warehouse.
View JSON Schema on GitHub

JSON Schema

WarehouseCredentialSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WarehouseCredentialSummary.json",
  "title": "WarehouseCredentialSummary",
  "properties": {
    "createdAt": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "readOnly": true,
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "modifiedAt": {
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "userId": {
      "readOnly": true,
      "type": "string"
    },
    "username": {
      "description": "The username to connect to the warehouse.",
      "example": "u$lpasteur_az",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}