OnYourDataUserAssignedManagedIdentityAuthenticationOptions Class

Definition

The authentication options for Azure OpenAI On Your Data when using a user-assigned managed identity.

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

Constructors

OnYourDataUserAssignedManagedIdentityAuthenticationOptions(String)

Initializes a new instance of OnYourDataUserAssignedManagedIdentityAuthenticationOptions.

Properties

ManagedIdentityResourceId

The resource ID of the user-assigned managed identity to use for authentication.

Explicit Interface Implementations

IJsonModel<OnYourDataAuthenticationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from OnYourDataAuthenticationOptions)
IJsonModel<OnYourDataUserAssignedManagedIdentityAuthenticationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OnYourDataUserAssignedManagedIdentityAuthenticationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OnYourDataAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from OnYourDataAuthenticationOptions)
IPersistableModel<OnYourDataUserAssignedManagedIdentityAuthenticationOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OnYourDataUserAssignedManagedIdentityAuthenticationOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OnYourDataUserAssignedManagedIdentityAuthenticationOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to