SBoM.CycloneDX.V14.DataFlow (SBoM v0.9.1)

View Source

Specifies the flow direction of the data. Valid values are: inbound, outbound, bi-directional, and unknown. Direction is relative to the service. Inbound flow states that data enters the service. Outbound flow states that data leaves the service. Bi-directional states that data flows both ways, and unknown states that the direction is not known.

Summary

Types

t()

@type t() ::
  integer()
  | :DATA_FLOW_NULL
  | :DATA_FLOW_INBOUND
  | :DATA_FLOW_OUTBOUND
  | :DATA_FLOW_BI_DIRECTIONAL
  | :DATA_FLOW_UNKNOWN