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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["Version 3.7.0 is the latest available version of the `SlsaConfigSource` within the Grafeas.V1 namespace, as indicated by the provided links."],["`SlsaConfigSource` describes the origin of the configuration file that initiated the build process, essentially providing a reference to the source of the build configuration."],["`SlsaConfigSource` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides various functionalities."],["The `SlsaConfigSource` class has properties for `Digest`, `EntryPoint`, and `Uri`, which provide details about the configuration file's content hash, entry point, and location URI."],["This class is part of the Grafeas.V1 assembly and is found in the Grafeas.V1.dll file, offering a method of representing and working with the source configuration data."]]],[]]