Class PrivateApplicationSummary
Brief data about an application or a solution, which lives inside the tenancy and may be included into service catalogs.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class PrivateApplicationSummaryProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment where the private application resides. | 
Remarks
Required
DisplayName
Declaration
[Required(ErrorMessage = "DisplayName is required.")]
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the private application. | 
Remarks
Required
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the private application. | 
Remarks
Required
LifecycleState
Declaration
[Required(ErrorMessage = "LifecycleState is required.")]
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PrivateApplication.LifecycleStateEnum? LifecycleState { get; set; }Property Value
| Type | Description | 
|---|---|
| PrivateApplication.LifecycleStateEnum? | The lifecycle state of the private application. | 
Remarks
Required
Logo
Declaration
[JsonProperty(PropertyName = "logo")]
public UploadData Logo { get; set; }Property Value
| Type | Description | 
|---|---|
| UploadData | 
PackageType
Declaration
[Required(ErrorMessage = "PackageType is required.")]
[JsonProperty(PropertyName = "packageType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PackageTypeEnum? PackageType { get; set; }Property Value
| Type | Description | 
|---|---|
| PackageTypeEnum? | Type of the packages, which are hosted by the private application. | 
Remarks
Required
ShortDescription
Declaration
[JsonProperty(PropertyName = "shortDescription")]
public string ShortDescription { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A short description of the private application. | 
TimeCreated
Declaration
[Required(ErrorMessage = "TimeCreated is required.")]
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The date and time the private application was created, expressed in RFC 3339
timestamp format.
 | 
Remarks
Required