ExtensionsOpenAIModelFactory.ResponsesOpenApiAuthDetails(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
authentication details for OpenApiFunctionDefinition Please note this is the abstract base class. The derived classes available for instantiation are: ResponsesOpenApiAnonymousAuthDetails, ResponsesOpenApiProjectConnectionAuthDetails, and ResponsesOpenApiManagedAuthDetails.
public static Azure.AI.Extensions.OpenAI.ResponsesOpenApiAuthDetails ResponsesOpenApiAuthDetails(string type = default);
static member ResponsesOpenApiAuthDetails : string -> Azure.AI.Extensions.OpenAI.ResponsesOpenApiAuthDetails
Public Shared Function ResponsesOpenApiAuthDetails (Optional type As String = Nothing) As ResponsesOpenApiAuthDetails
Parameters
- type
- String
The type of authentication, must be anonymous/project_connection/managed_identity.
Returns
A new ResponsesOpenApiAuthDetails instance for mocking.