# findings.InlineResponse200Finding

### Description

FindingType provides details about a finding note.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**severity** | **String** | Note provider-assigned severity/impact ranking - LOW&amp;#58; Low Impact - MEDIUM&amp;#58; Medium Impact - HIGH&amp;#58; 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"`)



