Class PrivateApplicationStackPackage
A stack package for private applications.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class PrivateApplicationStackPackage : PrivateApplicationPackage
Properties
ContentUrl
Declaration
[JsonProperty(PropertyName = "contentUrl")]
public string ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The content URL of the terraform configuration. |
MimeType
Declaration
[JsonProperty(PropertyName = "mimeType")]
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
string | The MIME type of the terraform configuration. |