OBJECT
SecurityFinding
Describes a security finding
link GraphQL Schema definition
- type SecurityFinding implements HyperLinked, Node {
- # The time this finding was created
- DateTime! :
- # Back-reference to entity to which this finding is associated
- Entity! :
- # Unique identifier of the finding
- String! :
- # List of frameworks to which the rule is mapped.
- SecurityFrameworksConnection! :
- # Optional hyperlink(s) to visualize specific finding data in detail
- HyperLink!] : [
- # Node-compatible opaque global identifier
- ID! :
- # The last time this finding was successfully updated
- DateTime! :
- # Management Endpoint for this Finding. For public cloud resources this will be
- # the cloud account ID.
- ManagementEndpoint :
- # For cloud resources, this property refers to the specific Cloud Provider i.e.
- # AWS, Azure etc.
- String :
- # For resolved findings, this field indicates the reason why the finding was
- # resolved
- SecurityFindingReason :
- # For cloud resources, this property contains the Region of the resource.
- String :
- # A computed metric to help users prioritize efforts to mitigate discovered
- # findings
- Int! :
- # Back-reference to the rule which triggered this finding.
- # Findings coming from 3rd party systems like cloud provider security services
- # does not have a rule associated with them.
- SecurityRule :
- # For cloud resources, this property contains the Service of the resource.
- String :
- # The severity of this finding e.g. Critical, High, Medium or Low
- SecurityFindingSeverity! :
- # Source of the finding e.g. Native, GuardDuty, AccessAnalyzer etc.
- SecurityFindingSource! :
- # Status of the finding: e.g. Open or Resolved
- SecurityFindingStatus! :
- # Type of the finding e.g. Violation, Threat, Anomaly
- SecurityFindingType! :
- }