Class IdcsAuthConfiguration
Configuration of IDCS AuthN/Z for online prediction
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class IdcsAuthConfiguration : AuthConfiguration
Properties
ApplicationName
Declaration
[JsonProperty(PropertyName = "applicationName")]
public string ApplicationName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the IDCS application |
DomainId
Declaration
[Required(ErrorMessage = "DomainId is required.")]
[JsonProperty(PropertyName = "domainId")]
public string DomainId { get; set; }
Property Value
Type | Description |
---|---|
string | Identity Domain OCID |
Remarks
Required