Share via


OpenApiProjectConnectionSecurityScheme Class

Definition

Security scheme for OpenApi managed_identity authentication.

public class OpenApiProjectConnectionSecurityScheme : Azure.AI.AgentServer.Contracts.Generated.Common.IUtf8JsonSerializable, System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiProjectConnectionSecurityScheme>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Contracts.Generated.OpenAI.OpenApiProjectConnectionSecurityScheme>
type OpenApiProjectConnectionSecurityScheme = class
    interface IUtf8JsonSerializable
    interface IJsonModel<OpenApiProjectConnectionSecurityScheme>
    interface IPersistableModel<OpenApiProjectConnectionSecurityScheme>
Public Class OpenApiProjectConnectionSecurityScheme
Implements IJsonModel(Of OpenApiProjectConnectionSecurityScheme), IPersistableModel(Of OpenApiProjectConnectionSecurityScheme), IUtf8JsonSerializable
Inheritance
OpenApiProjectConnectionSecurityScheme
Implements

Constructors

Name Description
OpenApiProjectConnectionSecurityScheme()

Initializes a new instance of OpenApiProjectConnectionSecurityScheme for deserialization.

OpenApiProjectConnectionSecurityScheme(String, IDictionary<String,BinaryData>)

Initializes a new instance of OpenApiProjectConnectionSecurityScheme.

OpenApiProjectConnectionSecurityScheme(String)

Initializes a new instance of OpenApiProjectConnectionSecurityScheme.

Properties

Name Description
ProjectConnectionId

Project connection id for Project Connection auth type.

Methods

Name Description
DeserializeOpenApiProjectConnectionSecurityScheme(JsonElement, ModelReaderWriterOptions)
FromResponse(Response)

Deserializes the model from a raw response.

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
ToRequestContent()

Convert into a RequestContent.

Explicit Interface Implementations

Name Description
IJsonModel<OpenApiProjectConnectionSecurityScheme>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenApiProjectConnectionSecurityScheme>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenApiProjectConnectionSecurityScheme>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenApiProjectConnectionSecurityScheme>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenApiProjectConnectionSecurityScheme>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to