cdx-proto
    Preparing search index...

    Type Alias Condition

    Condition: Message<"cyclonedx.v1_5.Condition"> & {
        description?: string;
        expression?: string;
        properties: cdx_15.Property[];
    }

    A condition that was used to determine a trigger should be activated.

    Type declaration

    • Optionaldescription?: string

      Describes the set of conditions which cause the trigger to activate.

      from field: optional string description = 1;

    • Optionalexpression?: string

      The logical expression that was evaluated that determined the trigger should be fired.

      from field: optional string expression = 2;

    • properties: cdx_15.Property[]

      Domain-specific condition instance properties.

      from field: repeated cyclonedx.v1_5.Property properties = 3;

    from message cyclonedx.v1_5.Condition