GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceArgs

data class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceArgs(val digest: Output<Map<String, String>>? = null, val entryPoint: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceArgs>

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

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceArgs

Properties

Link copied to clipboard
val digest: Output<Map<String, String>>? = null

Collection of cryptographic digests for the contents of the artifact specified by invocation.configSource.uri.

Link copied to clipboard
val entryPoint: Output<String>? = null

String identifying the entry point into the build.

Link copied to clipboard
val uri: Output<String>? = null

URI indicating the identity of the source of the config.