libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.FindingProviderFields

Description

 
Synopsis

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.

Constructors

FindingProviderFields' 

Fields

  • criticality :: Maybe Natural

    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.

  • severity :: Maybe FindingProviderSeverity

    The severity of a finding.

  • types :: Maybe [Text]

    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

  • relatedFindings :: Maybe [RelatedFinding]

    A list of findings that are related to the current finding.

  • confidence :: Maybe Natural

    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.

Instances

Instances details
Eq FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

Read FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

Show FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

Generic FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

Associated Types

type Rep FindingProviderFields :: Type -> Type #

NFData FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

Methods

rnf :: FindingProviderFields -> () #

Hashable FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

ToJSON FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

FromJSON FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

type Rep FindingProviderFields Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.FindingProviderFields

type Rep FindingProviderFields = D1 ('MetaData "FindingProviderFields" "Amazonka.SecurityHub.Types.FindingProviderFields" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "FindingProviderFields'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "criticality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "severity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FindingProviderSeverity))) :*: (S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "relatedFindings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RelatedFinding])) :*: S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

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_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.