McpServerAuthentication Class

Definition

Authentication configuration for an MCP server knowledge source. Please note this is the abstract base class. The derived classes available for instantiation are: McpServerFoundryConnectionAuthentication and McpServerStoredHeadersAuthentication.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Search.Documents.Indexes.Models.UnknownMcpServerAuthentication))]
public abstract class McpServerAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Indexes.Models.McpServerAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Indexes.Models.McpServerAuthentication>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Search.Documents.Indexes.Models.UnknownMcpServerAuthentication))>]
type McpServerAuthentication = class
    interface IJsonModel<McpServerAuthentication>
    interface IPersistableModel<McpServerAuthentication>
Public MustInherit Class McpServerAuthentication
Implements IJsonModel(Of McpServerAuthentication), IPersistableModel(Of McpServerAuthentication)
Inheritance
McpServerAuthentication
Derived
Attributes
Implements

Applies to