Skip to content

ReferenceConnection

Connection configuration for AI services using named connections.

---
title: ReferenceConnection
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class Connection {
        +string kind
        +string authenticationMode
        +string usageDescription
    }
    Connection <|-- ReferenceConnection
    class ReferenceConnection {
      
        +string kind
        +string name
        +string target
    }
kind: reference
name: my-reference-connection
target: my-target-resource
NameTypeDescription
kindstringThe Authentication kind for the AI service (e.g., ‘key’ for API key, ‘oauth’ for OAuth tokens)
namestringThe name of the connection
targetstringThe target resource or service that this connection refers to