| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | OffsetDateTime | The time this scan result was stored. | [optional] |
| hasVulnerabilities | Boolean | Do the results contain any known vulnerabilities? | [optional] |
| identifier | String | ||
| maxSeverity | MaxSeverityEnum | [optional] | |
| numVulnerabilities | java.math.BigInteger | [optional] | |
| scanId | java.math.BigInteger | Deprecated (23-05-15): Please use 'identifier' instead. Previously: A monotonically increasing number that identified a scan within a repository. | |
| url | String | [optional] |
| Name | Value |
|---|---|
| UNKNOWN | "Unknown" |
| LOW | "Low" |
| MEDIUM | "Medium" |
| HIGH | "High" |
| CRITICAL | "Critical" |