Show / Hide Table of Contents

Class CreateIdcsAuthConfigurationDetails

Configuration of IDCS AuthN/Z for online prediction

Inheritance
object
CreateAuthConfigurationDetails
CreateIdcsAuthConfigurationDetails
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 CreateIdcsAuthConfigurationDetails : CreateAuthConfigurationDetails

Properties

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