Values_0.DetectMitigationActionsTaskTargetSourceThe target of a mitigation action task.
type nonrec t = {violationIds : TargetViolationIdsForDetectMitigationActions.t option;The unique identifiers of the violations.
*)securityProfileName : SecurityProfileName.t option;The name of the security profile.
*)behaviorName : BehaviorName.t option;The name of the behavior.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ViolationId.t ] list
| `String of SecurityProfileName.t ])
list ]