Tray.io · Schema

CreateAuthenticationRequest

AI AgentsAPI AggregationAutomationConnectorsIntegrationiPaaSWorkflow Automation

Properties

Name Type Description
name string
serviceEnvironmentId string
userData object
credentials object
View JSON Schema on GitHub

JSON Schema

tray-io-createauthenticationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateAuthenticationRequest",
  "title": "CreateAuthenticationRequest",
  "type": "object",
  "required": [
    "name",
    "serviceEnvironmentId"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "serviceEnvironmentId": {
      "type": "string"
    },
    "userData": {
      "type": "object"
    },
    "credentials": {
      "type": "object"
    }
  }
}