Show / Hide Table of Contents

Class HttpEndpointNoAuthConfig

Indicates that no authentication is required for invoking the endpoint.

Inheritance
object
HttpEndpointAuthConfig
HttpEndpointNoAuthConfig
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 HttpEndpointNoAuthConfig : HttpEndpointAuthConfig
In this article
Back to top