Class ApiKeyAiModelAuthDetailsSummary
Summary of API key authentication details for an AI Model connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class ApiKeyAiModelAuthDetailsSummary : AiModelAuthDetailsSummary
Properties
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. |