A single FSPM finding, redacted to the public field set
| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Unique identifier of the finding | |
| status | StatusEnum | Current status of the finding | |
| severity | SeverityEnum | Severity level of the finding | |
| category | CategoryEnum | Category of the finding | |
| createdAt | OffsetDateTime | When the finding was first detected | |
| title | String | Human-readable title of the finding | |
| statusUpdatedAt | OffsetDateTime | When the finding status was last updated, omitted if the status was never updated | [optional] |
| statusUpdatedByUserId | UUID | The user who last updated the finding status, omitted if the status was never updated | [optional] |
| statusUpdatedReason | String | The reason provided for the last status update, omitted if none was provided | [optional] |
| info | Map<String, Object> | Additional structured context about the finding. Shape varies by finding type. | |
| complianceReqs | List<ComplianceRequirement> | Compliance requirements this finding relates to | |
| riskExplanation | String | Explanation of the risk this finding represents | |
| mitigationGuidance | String | Guidance on how to mitigate this finding |
| 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" |