Partager via


OpenApiConnectionAuthDetails Class

Definition

Security details for OpenApi connection authentication.

public class OpenApiConnectionAuthDetails : Azure.AI.Projects.OpenApiAuthDetails, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenApiConnectionAuthDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenApiConnectionAuthDetails>
type OpenApiConnectionAuthDetails = class
    inherit OpenApiAuthDetails
    interface IJsonModel<OpenApiConnectionAuthDetails>
    interface IPersistableModel<OpenApiConnectionAuthDetails>
Public Class OpenApiConnectionAuthDetails
Inherits OpenApiAuthDetails
Implements IJsonModel(Of OpenApiConnectionAuthDetails), IPersistableModel(Of OpenApiConnectionAuthDetails)
Inheritance
OpenApiConnectionAuthDetails
Implements

Constructors

OpenApiConnectionAuthDetails(OpenApiConnectionSecurityScheme)

Initializes a new instance of OpenApiConnectionAuthDetails.

Properties

SecurityScheme

Connection auth security details.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OpenApiAuthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from OpenApiAuthDetails)
IJsonModel<OpenApiAuthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from OpenApiAuthDetails)
IJsonModel<OpenApiConnectionAuthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OpenApiConnectionAuthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenApiAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from OpenApiAuthDetails)
IPersistableModel<OpenApiConnectionAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenApiConnectionAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OpenApiConnectionAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to