Class HttpEndpointIdcsAuthConfig
Specifies authentication using Oracle Identity Cloud Service (IDCS), leveraging OAuth 2.0 for token-based authentication.
Inherited Members
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