Show / Hide Table of Contents

Class IdcsAuthConfig

Oracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.

Inheritance
object
IdcsAuthConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class IdcsAuthConfig

Properties

Audience

Declaration
[JsonProperty(PropertyName = "audience")]
public string Audience { get; set; }
Property Value
Type Description
string

Audience for IDCS.

DomainUrl

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

Domain URL for IDCS.

Remarks

Required

Scope

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

Scope for IDCS.

Remarks

Required

In this article
Back to top