All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.containeranalysis.v1alpha1.kotlin.outputs.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceResponse.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.containeranalysis.v1alpha1.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map

/**
 * Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.
 * @property digest Collection of cryptographic digests for the contents of the artifact specified by invocation.configSource.uri.
 * @property entryPoint String identifying the entry point into the build.
 * @property uri URI indicating the identity of the source of the config.
 */
public data class
GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceResponse(
    public val digest: Map,
    public val entryPoint: String,
    public val uri: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.containeranalysis.v1alpha1.outputs.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceResponse): GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceResponse =
            GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaConfigSourceResponse(
                digest = javaType.digest().map({ args0 -> args0.key.to(args0.value) }).toMap(),
                entryPoint = javaType.entryPoint(),
                uri = javaType.uri(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy