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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `SlsaConfigSource` class in the Grafeas v1 API represents the source location of a build configuration file."],["The `SlsaConfigSource` class has been implemented to inherit from the object class, and also implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SlsaConfigSource` can be instantiated through a default constructor `SlsaConfigSource()` or by using a constructor that clones an already existing `SlsaConfigSource` object `SlsaConfigSource(SlsaProvenanceZeroTwo.Types.SlsaConfigSource other)`."],["The `SlsaConfigSource` class provides properties such as `Digest` (a map of string key-value pairs), `EntryPoint` (a string), and `Uri` (a string) to define the specifics of the source location."],["The available versions of `SlsaConfigSource` range from version `2.2.0` to the latest version `3.7.0` with the API documentation being accessible for each respective version."]]],[]]