Finding class

Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.

Constructors

Finding({required String arn, required List<Attribute> attributes, required DateTime createdAt, required DateTime updatedAt, required List<Attribute> userAttributes, AssetAttributes? assetAttributes, AssetType? assetType, int? confidence, String? description, String? id, bool? indicatorOfCompromise, double? numericSeverity, String? recommendation, int? schemaVersion, String? service, InspectorServiceAttributes? serviceAttributes, Severity? severity, String? title})
Finding.fromJson(Map<String, dynamic> json)
factory

Properties

arn String
The ARN that specifies the finding.
final
assetAttributes AssetAttributes?
A collection of attributes of the host from which the finding is generated.
final
assetType AssetType?
The type of the host from which the finding is generated.
final
attributes List<Attribute>
The system-defined attributes for the finding.
final
confidence int?
This data element is currently not used.
final
createdAt DateTime
The time when the finding was generated.
final
description String?
The description of the finding.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the finding.
final
indicatorOfCompromise bool?
This data element is currently not used.
final
numericSeverity double?
The numeric value of the finding severity.
final
recommendation String?
The recommendation for the finding.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaVersion int?
The schema version of this data type.
final
service String?
The data element is set to "Inspector".
final
serviceAttributes InspectorServiceAttributes?
This data type is used in the Finding data type.
final
severity Severity?
The finding severity. Values can be set to High, Medium, Low, and Informational.
final
title String?
The name of the finding.
final
updatedAt DateTime
The time when AddAttributesToFindings is called.
final
userAttributes List<Attribute>
The user-defined attributes that are assigned to the finding.
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