Show / Hide Table of Contents

Class IdcsInfoDetails

Information for IDCS access

Inheritance
object
IdcsInfoDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class IdcsInfoDetails

Properties

IdcsAppDisplayName

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

The IDCS application display name associated with the instance

Remarks

Required

IdcsAppId

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

The IDCS application ID associated with the instance

Remarks

Required

IdcsAppLocationUrl

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

URL for the location of the IDCS Application (used by IDCS APIs)

Remarks

Required

IdcsAppName

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

The IDCS application name associated with the instance

Remarks

Required

InstancePrimaryAudienceUrl

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

The URL used as the primary audience for integration flows in this instance type: string

Remarks

Required

In this article
Back to top