com.pulumi.googlenative.containeranalysis.v1alpha1.inputs.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.containeranalysis.v1alpha1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Indicates that the builder claims certain fields in this message to be complete.
*
*/
public final class GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs extends com.pulumi.resources.ResourceArgs {
public static final GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs Empty = new GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaCompletenessArgs();
/**
* If true, the builder claims that invocation.environment is complete.
*
*/
@Import(name="environment")
private @Nullable Output environment;
/**
* @return If true, the builder claims that invocation.environment is complete.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy