findings.InlineResponse2001Finding #
Description #
Finding provides details about a finding occurrence.
Properties #
Name | Type | Description | Notes |
---|---|---|---|
severity | String | Note provider-assigned severity/impact ranking - LOW: Low Impact - MEDIUM: Medium Impact - HIGH: High Impact | [optional] |
certainty | String | Note provider-assigned confidence on the validity of an occurrence - LOW: Low Certainty - MEDIUM: Medium Certainty - HIGH: High Certainty | [optional] |
next_steps | [InlineResponse200FindingNextSteps] | Remediation steps for the issues reported in this finding. They override the note's next steps. | [optional] |
network_connection | InlineResponse2001FindingNetworkConnection | [optional] | |
data_transferred | InlineResponse2001FindingDataTransferred | [optional] |
Enum: SeverityEnum #
-
LOW
(value:"LOW"
) -
MEDIUM
(value:"MEDIUM"
) -
HIGH
(value:"HIGH"
)
Enum: CertaintyEnum #
-
LOW
(value:"LOW"
) -
MEDIUM
(value:"MEDIUM"
) -
HIGH
(value:"HIGH"
)