Show / Hide Table of Contents

Class IdcsCustomServiceAuthConfiguration

Using existing Oracle Cloud Service for online prediction AuthN/Z

Inheritance
object
AuthConfiguration
IdcsCustomServiceAuthConfiguration
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 IdcsCustomServiceAuthConfiguration : AuthConfiguration

Properties

ApplicationName

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

Name of the IDCS application

Remarks

Required

Audience

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

Audience of the IDCS application

Remarks

Required

IdcsStripeUri

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

URI of IDCS Stripe

Remarks

Required

RoleName

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

Name of the IDCS application role

Remarks

Required

Scope

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

Scope of the IDCS application

Remarks

Required

In this article
Back to top