Class SlsaProvenanceZeroTwo.Types.SlsaConfigSource (3.0.0)

public sealed class SlsaConfigSource : IMessage<SlsaProvenanceZeroTwo.Types.SlsaConfigSource>, IEquatable<SlsaProvenanceZeroTwo.Types.SlsaConfigSource>, IDeepCloneable<SlsaProvenanceZeroTwo.Types.SlsaConfigSource>, IBufferMessage, IMessage

Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.

Inheritance

Object > SlsaProvenanceZeroTwo.Types.SlsaConfigSource

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SlsaConfigSource()

public SlsaConfigSource()

SlsaConfigSource(SlsaProvenanceZeroTwo.Types.SlsaConfigSource)

public SlsaConfigSource(SlsaProvenanceZeroTwo.Types.SlsaConfigSource other)
Parameter
NameDescription
otherSlsaProvenanceZeroTwo.Types.SlsaConfigSource

Properties

Digest

public MapField<string, string> Digest { get; }
Property Value
TypeDescription
MapField<String, String>

EntryPoint

public string EntryPoint { get; set; }
Property Value
TypeDescription
String

Uri

public string Uri { get; set; }
Property Value
TypeDescription
String