Class HttpEndpointAuthConfig
Authentication configuration used for HTTP Endpoint tools. Defines the type of authentication and the source of credentials.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class HttpEndpointAuthConfig
Properties
HttpEndpointAuthSources
Declaration
[Required(ErrorMessage = "HttpEndpointAuthSources is required.")]
[JsonProperty(PropertyName = "httpEndpointAuthSources")]
public List<HttpEndpointAuthSource> HttpEndpointAuthSources { get; set; }
Property Value
Type | Description |
---|---|
List<HttpEndpointAuthSource> | A list of credential sources from which authentication credentials can be resolved. Only AGENT is supported for HTTP Endpoint Tool. |
Remarks
Required