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.
Inherited Members
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