Enumeration DataFlowDirection

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.

Generated

from enum cyclonedx.v1_5.DataFlowDirection

Enumeration Members

DATA_FLOW_BI_DIRECTIONAL: 3

Generated

from enum value: DATA_FLOW_BI_DIRECTIONAL = 3;

DATA_FLOW_INBOUND: 1

Generated

from enum value: DATA_FLOW_INBOUND = 1;

DATA_FLOW_NULL: 0

Generated

from enum value: DATA_FLOW_NULL = 0;

DATA_FLOW_OUTBOUND: 2

Generated

from enum value: DATA_FLOW_OUTBOUND = 2;

DATA_FLOW_UNKNOWN: 4

Generated

from enum value: DATA_FLOW_UNKNOWN = 4;