OnYourDataUserAssignedManagedIdentityAuthenticationOptions interface
The authentication options for Azure OpenAI On Your Data when using a user-assigned managed identity.
- Extends
Properties
managed |
The resource ID of the user-assigned managed identity to use for authentication. |
type | The authentication type of user-assigned managed identity. |
Property Details
managedIdentityResourceId
The resource ID of the user-assigned managed identity to use for authentication.
managedIdentityResourceId: string
Property Value
string
type
The authentication type of user-assigned managed identity.
type: "user_assigned_managed_identity"
Property Value
"user_assigned_managed_identity"
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript