GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocationArgs

data class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocationArgs(val configSource: Output<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceArgs>? = null, val environment: Output<Map<String, String>>? = null, val parameters: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocationArgs>

Identifies the event that kicked off the build.

Constructors

Functions

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

Properties

Link copied to clipboard

Describes where the config file that kicked off the build came from.

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

Any other builder-controlled inputs necessary for correctly evaluating the build.

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

Collection of all external inputs that influenced the build on top of invocation.configSource.