Class ChangeDetectorRecipeCompartmentDetails
Parameters to use to move a detector recipe to a different compartment.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ChangeDetectorRecipeCompartmentDetails
Properties
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 into which the detector recipe is to be moved |
Remarks
Required