Module Values_0.DetectMitigationActionsTaskTargetSource

The target of a mitigation action task.

Sourcetype nonrec t = {
  1. violationIds : TargetViolationIdsForDetectMitigationActions.t option;
    (*

    The unique identifiers of the violations.

    *)
  2. securityProfileName : SecurityProfileName.t option;
    (*

    The name of the security profile.

    *)
  3. behaviorName : BehaviorName.t option;
    (*

    The name of the behavior.

    *)
}
Sourceval make : ?violationIds:??? -> ?securityProfileName:??? -> ?behaviorName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ViolationId.t ] list | `String of SecurityProfileName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t