Grafeas v1 API - Class SlsaProvenanceZeroTwo.Types.SlsaConfigSource (3.4.0)

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

Reference documentation and code samples for the Grafeas v1 API class SlsaProvenanceZeroTwo.Types.SlsaConfigSource.

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(SlsaConfigSource)

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

Properties

Digest

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

EntryPoint

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

Uri

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