ibmcloud-security-advisor-findings
Version:
JavaScript client library for the IBM Cloud Security Advisor Findings API
26 lines (13 loc) • 688 B
Markdown
# findings.InlineResponse200Finding
### Description
FindingType provides details about a finding note.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**severity** | **String** | Note provider-assigned severity/impact ranking - LOW: Low Impact - MEDIUM: Medium Impact - HIGH: High Impact |
**next_steps** | [**[InlineResponse200FindingNextSteps]**](InlineResponse200FindingNextSteps.md) | Common remediation steps for the finding of this type | [optional]
<a name="SeverityEnum"></a>
## Enum: SeverityEnum
* `LOW` (value: `"LOW"`)
* `MEDIUM` (value: `"MEDIUM"`)
* `HIGH` (value: `"HIGH"`)