The relationship is complete. No further relationships including constituent components, services, or dependencies are known to exist.
from enum value: AGGREGATE_COMPLETE = 1;
The relationship is incomplete. Additional relationships exist and may include constituent components, services, or dependencies.
from enum value: AGGREGATE_INCOMPLETE = 2;
The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented.
from enum value: AGGREGATE_INCOMPLETE_FIRST_PARTY_ONLY = 3;
The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource.
from enum value: AGGREGATE_INCOMPLETE_FIRST_PARTY_OPENSOURCE_ONLY = 7;
The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.
from enum value: AGGREGATE_INCOMPLETE_FIRST_PARTY_PROPRIETARY_ONLY = 6;
The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented.
from enum value: AGGREGATE_INCOMPLETE_THIRD_PARTY_ONLY = 4;
The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are opensource.
from enum value: AGGREGATE_INCOMPLETE_THIRD_PARTY_OPENSOURCE_ONLY = 9;
The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.
from enum value: AGGREGATE_INCOMPLETE_THIRD_PARTY_PROPRIETARY_ONLY = 8;
The relationship completeness is not specified.
from enum value: AGGREGATE_NOT_SPECIFIED = 0;
The relationship may be complete or incomplete. This usually signifies a 'best-effort' to obtain constituent components, services, or dependencies but the completeness is inconclusive.
from enum value: AGGREGATE_UNKNOWN = 5;
Generated
from enum cyclonedx.v1_5.Aggregate