Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.2 KB

File metadata and controls

60 lines (40 loc) · 2.2 KB

SecurityFindingDetailed

A single FSPM finding, redacted to the public field set

Properties

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

Enum: StatusEnum

Name Value
OPEN "OPEN"
ACCEPTED "ACCEPTED"
RESOLVED "RESOLVED"

Enum: SeverityEnum

Name Value
INFO "INFO"
LOW "LOW"
MEDIUM "MEDIUM"
HIGH "HIGH"

Enum: CategoryEnum

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"