ReferenceConnection
Connection configuration for AI services using named connections.
Class Diagram
Section titled “Class Diagram”---
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
}
Yaml Example
Section titled “Yaml Example”kind: referencename: my-reference-connectiontarget: my-target-resourceProperties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| kind | string | The Authentication kind for the AI service (e.g., ‘key’ for API key, ‘oauth’ for OAuth tokens) |
| name | string | The name of the connection |
| target | string | The target resource or service that this connection refers to |