ibmcloud-security-advisor-findings
Version:
JavaScript client library for the IBM Cloud Security Advisor Findings API
42 lines (21 loc) • 1.35 kB
Markdown
# findings.Finding
### 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]**](InlineResponse200FindingNextSteps.md) | Remediation steps for the issues reported in this finding. They override the note's next steps. | [optional]
**network_connection** | [**InlineResponse2001FindingNetworkConnection**](InlineResponse2001FindingNetworkConnection.md) | | [optional]
**data_transferred** | [**InlineResponse2001FindingDataTransferred**](InlineResponse2001FindingDataTransferred.md) | | [optional]
<a name="SeverityEnum"></a>
## Enum: SeverityEnum
* `LOW` (value: `"LOW"`)
* `MEDIUM` (value: `"MEDIUM"`)
* `HIGH` (value: `"HIGH"`)
<a name="CertaintyEnum"></a>
## Enum: CertaintyEnum
* `LOW` (value: `"LOW"`)
* `MEDIUM` (value: `"MEDIUM"`)
* `HIGH` (value: `"HIGH"`)