OpenAPIProjectConnectionAuthenticationDetails 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.
Security details for OpenApi project connection authentication.
public class OpenAPIProjectConnectionAuthenticationDetails : Azure.AI.Projects.OpenAI.OpenAPIAuthenticationDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.OpenAPIProjectConnectionAuthenticationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.OpenAPIProjectConnectionAuthenticationDetails>
type OpenAPIProjectConnectionAuthenticationDetails = class
inherit OpenAPIAuthenticationDetails
interface IJsonModel<OpenAPIProjectConnectionAuthenticationDetails>
interface IPersistableModel<OpenAPIProjectConnectionAuthenticationDetails>
Public Class OpenAPIProjectConnectionAuthenticationDetails
Inherits OpenAPIAuthenticationDetails
Implements IJsonModel(Of OpenAPIProjectConnectionAuthenticationDetails), IPersistableModel(Of OpenAPIProjectConnectionAuthenticationDetails)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| OpenAPIProjectConnectionAuthenticationDetails(OpenAPIProjectConnectionSecurityScheme) |
Initializes a new instance of OpenAPIProjectConnectionAuthenticationDetails. |
Properties
| Name | Description |
|---|---|
| SecurityScheme |
Project connection auth security details. |