RuleStatus type

The rule result status.
KnownRuleStatus can be used interchangeably with RuleStatus, this enum contains the known values that the service supports.

Known values supported by the service

NonFinding: No vulnerability was found for this rule.
Finding: A vulnerability was found for this rule.
InternalError: An internal error occurred while evaluating this rule.
NotApplicable: The rule is not applicable to the assessed resource.

type RuleStatus = string