Current section

Files

Jump to
sbom lib sbom cyclonedx v16 declarations affirmation signatory.pb.ex
Raw

lib/sbom/cyclonedx/v16/declarations/affirmation/signatory.pb.ex

defmodule SBoM.Cyclonedx.V16.Declarations.Affirmation.Signatory do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:name, 1, proto3_optional: true, type: :string)
field(:role, 2, proto3_optional: true, type: :string)
field(:organization, 3, proto3_optional: true, type: SBoM.Cyclonedx.V16.OrganizationalEntity)
field(:externalReference, 4, proto3_optional: true, type: SBoM.Cyclonedx.V16.ExternalReference)
end