Class UpdateBulkProblemStatusDetails
List of problem IDs to be passed in to update problem status.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class UpdateBulkProblemStatusDetailsProperties
Comment
Declaration
[JsonProperty(PropertyName = "comment")]
public string Comment { get; set; }Property Value
| Type | Description | 
|---|---|
| string | User-defined comment to be passed in to update the problem | 
ProblemIds
Declaration
[Required(ErrorMessage = "ProblemIds is required.")]
[JsonProperty(PropertyName = "problemIds")]
public List<string> ProblemIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of problem IDs to be passed in to update the problem status | 
Remarks
Required
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(StringEnumConverter))]
public ProblemLifecycleDetail? Status { get; set; }Property Value
| Type | Description | 
|---|---|
| ProblemLifecycleDetail? | Action taken by user | 
Remarks
Required