Package com.azure.ai.openai.models
Class OnYourDataUserAssignedManagedIdentityAuthenticationOptions
java.lang.Object
com.azure.ai.openai.models.OnYourDataAuthenticationOptions
com.azure.ai.openai.models.OnYourDataUserAssignedManagedIdentityAuthenticationOptions
public final class OnYourDataUserAssignedManagedIdentityAuthenticationOptions
extends OnYourDataAuthenticationOptions
The authentication options for Azure OpenAI On Your Data when using a user-assigned managed identity.
-
Constructor Summary
ConstructorsConstructorDescriptionOnYourDataUserAssignedManagedIdentityAuthenticationOptions(String managedIdentityResourceId) Creates an instance of OnYourDataUserAssignedManagedIdentityAuthenticationOptions class. -
Method Summary
Modifier and TypeMethodDescriptionGet the managedIdentityResourceId property: The resource ID of the user-assigned managed identity to use for authentication.
-
Constructor Details
-
OnYourDataUserAssignedManagedIdentityAuthenticationOptions
Creates an instance of OnYourDataUserAssignedManagedIdentityAuthenticationOptions class.- Parameters:
managedIdentityResourceId- the managedIdentityResourceId value to set.
-
-
Method Details
-
getManagedIdentityResourceId
Get the managedIdentityResourceId property: The resource ID of the user-assigned managed identity to use for authentication.- Returns:
- the managedIdentityResourceId value.
-