Class ChangePrivateApplicationCompartmentDetails
All the parameters required to make the move.
Inherited Members
Namespace: Oci.ServicecatalogService.Models
Assembly: OCI.DotNetSDK.Servicecatalog.dll
Syntax
public class ChangePrivateApplicationCompartmentDetailsProperties
CompartmentId
Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment where you want to move the private application. |