Class ChangeRemediationRecipeCompartmentDetails
Details for moving a remediation recipe resource.
Inherited Members
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class ChangeRemediationRecipeCompartmentDetailsProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The compartment Oracle Cloud Identifier (OCID) to which the resource must be moved. | 
Remarks
Required