cdx-proto
    Preparing search index...

    Enumeration Aggregate

    from enum cyclonedx.v1_6.Aggregate

    Index

    Enumeration Members

    COMPLETE: 1

    The relationship is complete. No further relationships including constituent components, services, or dependencies are known to exist.

    from enum value: AGGREGATE_COMPLETE = 1;

    INCOMPLETE: 2

    The relationship is incomplete. Additional relationships exist and may include constituent components, services, or dependencies.

    from enum value: AGGREGATE_INCOMPLETE = 2;

    INCOMPLETE_FIRST_PARTY_ONLY: 3

    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;

    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 opensource.

    from enum value: AGGREGATE_INCOMPLETE_FIRST_PARTY_OPENSOURCE_ONLY = 7;

    INCOMPLETE_FIRST_PARTY_PROPRIETARY_ONLY: 6

    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;

    INCOMPLETE_THIRD_PARTY_ONLY: 4

    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;

    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 opensource.

    from enum value: AGGREGATE_INCOMPLETE_THIRD_PARTY_OPENSOURCE_ONLY = 9;

    INCOMPLETE_THIRD_PARTY_PROPRIETARY_ONLY: 8

    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;

    NOT_SPECIFIED: 0

    The relationship completeness is not specified. buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- not specified is our fallback, doubling unspecified

    from enum value: AGGREGATE_NOT_SPECIFIED = 0;

    UNKNOWN: 5

    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;