Class UpdateApiKeyAiModelAuthDetails
The information to update API key authentication details for an AI Model connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateApiKeyAiModelAuthDetails : UpdateAiModelAuthDetails
Properties
ApiKey
Declaration
[JsonProperty(PropertyName = "apiKey")]
public string ApiKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | API key for the AI model connection. Deprecated: This field is deprecated and replaced by "apiKeySecretId". This change follows the GoldenGate "Plain Text Fields in Connections" deprecation: https://docs.oracle.com/en-us/iaas/Content/servicechanges.htm#servicechanges_topic-GoldenGate |
ApiKeySecretId
Declaration
[JsonProperty(PropertyName = "apiKeySecretId")]
public string ApiKeySecretId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | API key secret OCID for the AI model connection. |
BaseUrl
Declaration
[JsonProperty(PropertyName = "baseUrl")]
public string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Base URL of the AI model endpoint. If not specified, the default base URL for the selected AI provider will be used. |