DescribeAuditMitigationActionsTaskResponse class
Constructors
-
DescribeAuditMitigationActionsTaskResponse({List<
MitigationAction> ? actionsDefinition, Map<String, List< ? auditCheckToActionsMapping, DateTime? endTime, DateTime? startTime, AuditMitigationActionsTaskTarget? target, Map<String> >String, TaskStatisticsForAuditCheck> ? taskStatistics, AuditMitigationActionsTaskStatus? taskStatus}) -
DescribeAuditMitigationActionsTaskResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
actionsDefinition
→ List<
MitigationAction> ? -
Specifies the mitigation actions and their parameters that are applied as
part of this task.
final
-
auditCheckToActionsMapping
→ Map<
String, List< ?String> > -
Specifies the mitigation actions that should be applied to specific audit
checks.
final
- endTime → DateTime?
-
The date and time when the task was completed or canceled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → DateTime?
-
The date and time when the task was started.
final
- target → AuditMitigationActionsTaskTarget?
-
Identifies the findings to which the mitigation actions are applied. This
can be by audit checks, by audit task, or a set of findings.
final
-
taskStatistics
→ Map<
String, TaskStatisticsForAuditCheck> ? -
Aggregate counts of the results when the mitigation tasks were applied to
the findings for this audit mitigation actions task.
final
- taskStatus → AuditMitigationActionsTaskStatus?
-
The current status of the task.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited