OpenAPIAuthenticationDetails 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 details for OpenApiFunctionDefinition Please note this is the abstract base class. The derived classes available for instantiation are: OpenAPIAnonymousAuthenticationDetails, OpenAPIProjectConnectionAuthenticationDetails, and OpenAPIManagedAuthenticationDetails.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownOpenAPIAuthenticationDetails))]
public abstract class OpenAPIAuthenticationDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.OpenAPIAuthenticationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.OpenAPIAuthenticationDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.Projects.OpenAI.UnknownOpenAPIAuthenticationDetails))>]
type OpenAPIAuthenticationDetails = class
interface IJsonModel<OpenAPIAuthenticationDetails>
interface IPersistableModel<OpenAPIAuthenticationDetails>
Public MustInherit Class OpenAPIAuthenticationDetails
Implements IJsonModel(Of OpenAPIAuthenticationDetails), IPersistableModel(Of OpenAPIAuthenticationDetails)
- Inheritance
-
OpenAPIAuthenticationDetails
- Derived
- Attributes
- Implements