Show / Hide Table of Contents

Class IdcsAuthConfiguration

Configuration of IDCS AuthN/Z for online prediction

Inheritance
object
AuthConfiguration
IdcsAuthConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top