McpServerAuthentication Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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