Class CreateExternalPublicationDetails
Properties used to publish an Oracle Cloud Infrastructure Data Flow object.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class CreateExternalPublicationDetails
Properties
ApplicationCompartmentId
Declaration
[Required(ErrorMessage = "ApplicationCompartmentId is required.")]
[JsonProperty(PropertyName = "applicationCompartmentId")]
public string ApplicationCompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the compartment where the application is created in the Oracle Cloud Infrastructure Data Flow Service. |
Remarks
Required
ApplicationId
Declaration
[JsonProperty(PropertyName = "applicationId")]
public string ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string | The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application. |
ConfigurationDetails
Declaration
[JsonProperty(PropertyName = "configurationDetails")]
public ConfigurationDetails ConfigurationDetails { get; set; }
Property Value
Type | Description |
---|---|
ConfigurationDetails |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The details of the data flow or the application. |
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the application. |
Remarks
Required
ResourceConfiguration
Declaration
[JsonProperty(PropertyName = "resourceConfiguration")]
public ResourceConfiguration ResourceConfiguration { get; set; }
Property Value
Type | Description |
---|---|
ResourceConfiguration |