cdx-proto
    Preparing search index...

    Type Alias Lifecycles

    Lifecycles: Message<"cyclonedx.v1_5.Lifecycles"> & {
        choice:
            | { case: "phase"; value: cdx_15.LifecyclePhase }
            | { case: "name"; value: string }
            | { case: undefined; value?: undefined };
        description?: string;
    }

    Type declaration

    • choice:
          | { case: "phase"; value: cdx_15.LifecyclePhase }
          | { case: "name"; value: string }
          | { case: undefined; value?: undefined }

      from oneof cyclonedx.v1_5.Lifecycles.choice

    • Optionaldescription?: string

      The description of the lifecycle phase

      from field: optional string description = 3;

    from message cyclonedx.v1_5.Lifecycles