Current section
Files
Jump to
Current section
Files
lib/sbom/cyclonedx/v15/trigger.pb.ex
defmodule SBoM.Cyclonedx.V15.Trigger do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:bom_ref, 1, type: :string, json_name: "bomRef")
field(:uid, 2, type: :string)
field(:name, 3, proto3_optional: true, type: :string)
field(:description, 4, proto3_optional: true, type: :string)
field(:properties, 5, repeated: true, type: SBoM.Cyclonedx.V15.Property)
field(:resourceReferences, 6, repeated: true, type: SBoM.Cyclonedx.V15.ResourceReferenceChoice)
field(:type, 7, type: SBoM.Cyclonedx.V15.Trigger.TriggerType, enum: true)
field(:event, 8, proto3_optional: true, type: SBoM.Cyclonedx.V15.Event)
field(:conditions, 9, repeated: true, type: SBoM.Cyclonedx.V15.Condition)
field(:timeActivated, 10, proto3_optional: true, type: Google.Protobuf.Timestamp)
field(:inputs, 11, repeated: true, type: SBoM.Cyclonedx.V15.InputType)
field(:outputs, 12, repeated: true, type: SBoM.Cyclonedx.V15.OutputType)
end