Show / Hide Table of Contents

Class HttpEndpointAuthSource

A credential source and configuration for a specific scope to HTTP Endpoint tools.

Inheritance
object
HttpEndpointAuthSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top