Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FindingProviderFields = FindingProviderFields' {}
- newFindingProviderFields :: FindingProviderFields
- findingProviderFields_criticality :: Lens' FindingProviderFields (Maybe Natural)
- findingProviderFields_severity :: Lens' FindingProviderFields (Maybe FindingProviderSeverity)
- findingProviderFields_types :: Lens' FindingProviderFields (Maybe [Text])
- findingProviderFields_relatedFindings :: Lens' FindingProviderFields (Maybe [RelatedFinding])
- findingProviderFields_confidence :: Lens' FindingProviderFields (Maybe Natural)
Documentation
data FindingProviderFields Source #
In a BatchImportFindings
request, finding providers use
FindingProviderFields
to provide and update values for confidence,
criticality, related findings, severity, and types.
See: newFindingProviderFields
smart constructor.
FindingProviderFields' | |
|
Instances
newFindingProviderFields :: FindingProviderFields Source #
Create a value of FindingProviderFields
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:criticality:FindingProviderFields'
, findingProviderFields_criticality
- The level of importance assigned to the resources associated with the
finding.
A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.
$sel:severity:FindingProviderFields'
, findingProviderFields_severity
- The severity of a finding.
$sel:types:FindingProviderFields'
, findingProviderFields_types
- One or more finding types in the format of
namespace/category/classifier
that classify a finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
$sel:relatedFindings:FindingProviderFields'
, findingProviderFields_relatedFindings
- A list of findings that are related to the current finding.
$sel:confidence:FindingProviderFields'
, findingProviderFields_confidence
- A finding's confidence. Confidence is defined as the likelihood that a
finding accurately identifies the behavior or issue that it was intended
to identify.
Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.
findingProviderFields_criticality :: Lens' FindingProviderFields (Maybe Natural) Source #
The level of importance assigned to the resources associated with the finding.
A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources.
findingProviderFields_severity :: Lens' FindingProviderFields (Maybe FindingProviderSeverity) Source #
The severity of a finding.
findingProviderFields_types :: Lens' FindingProviderFields (Maybe [Text]) Source #
One or more finding types in the format of
namespace/category/classifier
that classify a finding.
Valid namespace values are: Software and Configuration Checks | TTPs | Effects | Unusual Behaviors | Sensitive Data Identifications
findingProviderFields_relatedFindings :: Lens' FindingProviderFields (Maybe [RelatedFinding]) Source #
A list of findings that are related to the current finding.
findingProviderFields_confidence :: Lens' FindingProviderFields (Maybe Natural) Source #
A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify.
Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence.