View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation (google_api_container_analysis v0.28.0)

Identifies the event that kicked off the build.

Attributes

  • configSource (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSource.t, default: nil) - Describes where the config file that kicked off the build came from.
  • environment (type: map(), default: nil) - Any other builder-controlled inputs necessary for correctly evaluating the build.
  • parameters (type: map(), default: nil) - Collection of all external inputs that influenced the build on top of invocation.configSource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation{
    configSource:
      GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSource.t()
      | nil,
    environment: map() | nil,
    parameters: map() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.