Share via


OpenApiAnonymousAuthDetails Class

Definition

Security details for OpenApi anonymous authentication.

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

Constructors

Name Description
OpenApiAnonymousAuthDetails()

Initializes a new instance of OpenApiAnonymousAuthDetails.

OpenApiAnonymousAuthDetails(OpenApiAuthType, IDictionary<String,BinaryData>)

Initializes a new instance of OpenApiAnonymousAuthDetails.

Properties

Name Description
Type

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

(Inherited from OpenApiAuthDetails)

Methods

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

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

IJsonModel<OpenApiAnonymousAuthDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<OpenApiAnonymousAuthDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenApiAnonymousAuthDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenApiAnonymousAuthDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

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)
IUtf8JsonSerializable.Write(Utf8JsonWriter)

Applies to