cdx-proto
    Preparing search index...

    Type Alias Condition

    Condition: Message<"cyclonedx.v1_6.Condition"> & {
        description?: string;
        expression?: string;
        properties: 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: Property[]

      Domain-specific condition instance properties.

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

    from message cyclonedx.v1_6.Condition