Class HttpEndpointAuthSource
A credential source and configuration for a specific scope to HTTP Endpoint tools.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class HttpEndpointAuthSource
Properties
HttpEndpointAuthScope
Declaration
[Required(ErrorMessage = "HttpEndpointAuthScope is required.")]
[JsonProperty(PropertyName = "httpEndpointAuthScope")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HttpEndpointAuthSource.HttpEndpointAuthScopeEnum? HttpEndpointAuthScope { get; set; }
Property Value
Type | Description |
---|---|
HttpEndpointAuthSource.HttpEndpointAuthScopeEnum? | Specifies the level from which credentials should be resolved. |
Remarks
Required
HttpEndpointAuthScopeConfig
Declaration
[Required(ErrorMessage = "HttpEndpointAuthScopeConfig is required.")]
[JsonProperty(PropertyName = "httpEndpointAuthScopeConfig")]
public HttpEndpointAuthScopeConfig HttpEndpointAuthScopeConfig { get; set; }
Property Value
Type | Description |
---|---|
HttpEndpointAuthScopeConfig |
Remarks
Required