com.pulumi.github.inputs.OrganizationRulesetRulesRequiredStatusChecksArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of github Show documentation
Show all versions of github Show documentation
A Pulumi package for creating and managing github cloud resources.
// *** 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.github.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import com.pulumi.github.inputs.OrganizationRulesetRulesRequiredStatusChecksRequiredCheckArgs;
import java.lang.Boolean;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class OrganizationRulesetRulesRequiredStatusChecksArgs extends com.pulumi.resources.ResourceArgs {
public static final OrganizationRulesetRulesRequiredStatusChecksArgs Empty = new OrganizationRulesetRulesRequiredStatusChecksArgs();
/**
* Status checks that are required. Several can be defined.
*
*/
@Import(name="requiredChecks", required=true)
private Output> requiredChecks;
/**
* @return Status checks that are required. Several can be defined.
*
*/
public Output> requiredChecks() {
return this.requiredChecks;
}
/**
* Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`.
*
*/
@Import(name="strictRequiredStatusChecksPolicy")
private @Nullable Output strictRequiredStatusChecksPolicy;
/**
* @return Whether pull requests targeting a matching branch must be tested with the latest code. This setting will not take effect unless at least one status check is enabled. Defaults to `false`.
*
*/
public Optional