Share via


OpenApiManagedAuthDetails Class

Definition

Security details for OpenApi managed_identity authentication.

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

Constructors

Name Description
OpenApiManagedAuthDetails()

Initializes a new instance of OpenApiManagedAuthDetails for deserialization.

OpenApiManagedAuthDetails(OpenApiAuthType, IDictionary<String,BinaryData>, OpenApiManagedSecurityScheme)

Initializes a new instance of OpenApiManagedAuthDetails.

OpenApiManagedAuthDetails(OpenApiManagedSecurityScheme)

Initializes a new instance of OpenApiManagedAuthDetails.

Properties

Name Description
SecurityScheme

Connection auth security details.

Type

The type of authentication, must be anonymous/project_connection/managed_identity.

(Inherited from OpenApiAuthDetails)

Methods

Name Description
DeserializeOpenApiManagedAuthDetails(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<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<OpenApiManagedAuthDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenApiManagedAuthDetails>.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<OpenApiManagedAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenApiManagedAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenApiManagedAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to