Show / Hide Table of Contents

Class HttpEndpointIdcsAuthConfig

Specifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 for token-based authentication.

Inheritance
object
HttpEndpointAuthConfig
HttpEndpointIdcsAuthConfig
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 HttpEndpointIdcsAuthConfig : HttpEndpointAuthConfig

Properties

IdcsSecret

Declaration
[Required(ErrorMessage = "IdcsSecret is required.")]
[JsonProperty(PropertyName = "idcsSecret")]
public IdcsSecret IdcsSecret { get; set; }
Property Value
Type Description
IdcsSecret
Remarks

Required

In this article
Back to top