A single FSPM finding
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Unique identifier of the finding | [optional] |
| status | StatusEnum | Current status of the finding | [optional] |
| severity | SeverityEnum | Severity level of the finding | [optional] |
| category | CategoryEnum | Category of the finding | [optional] |
| createdAt | OffsetDateTime | When the finding was first detected | [optional] |
| title | String | Human-readable title of the finding | [optional] |
| Name | Value |
|---|---|
| OPEN | "OPEN" |
| ACCEPTED | "ACCEPTED" |
| RESOLVED | "RESOLVED" |
| Name | Value |
|---|---|
| INFO | "INFO" |
| LOW | "LOW" |
| MEDIUM | "MEDIUM" |
| HIGH | "HIGH" |
| Name | Value |
|---|---|
| USER_MANAGEMENT | "USER_MANAGEMENT" |
| APPROVAL_GROUP_MANAGEMENT | "APPROVAL_GROUP_MANAGEMENT" |
| POLICY_ENGINE_UTILIZATION | "POLICY_ENGINE_UTILIZATION" |
| WORKSPACE_CONFIGURATION | "WORKSPACE_CONFIGURATION" |
| DEFI_ACCESS | "DEFI_ACCESS" |
| FLEET_MANAGEMENT | "FLEET_MANAGEMENT" |