Show / Hide Table of Contents

Class HttpEndpointOciAuthScopeConfig

Specifies authentication for invoking OCI-protected services using Oracle IAM.

  • If authScope = AGENT: Uses the agent\u2019s Resource Principal to authenticate and sign the request.
Inheritance
object
HttpEndpointAuthScopeConfig
HttpEndpointOciAuthScopeConfig
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 HttpEndpointOciAuthScopeConfig : HttpEndpointAuthScopeConfig
In this article
Back to top