BranchProtectionV3RequiredStatusChecksArgs

data class BranchProtectionV3RequiredStatusChecksArgs(val checks: Output<List<String>>? = null, val contexts: Output<List<String>>? = null, val includeAdmins: Output<Boolean>? = null, val strict: Output<Boolean>? = null) : ConvertibleToJava<BranchProtectionV3RequiredStatusChecksArgs>

Constructors

constructor(checks: Output<List<String>>? = null, contexts: Output<List<String>>? = null, includeAdmins: Output<Boolean>? = null, strict: Output<Boolean>? = null)

Properties

Link copied to clipboard
val checks: Output<List<String>>? = null

The list of status checks to require in order to merge into this branch. No status checks are required by default. Checks should be strings containing the context and app_id like so "context:app_id".

Link copied to clipboard
val contexts: Output<List<String>>? = null

**DEPRECATED** (Optional) The list of status checks to require in order to merge into this branch. No status checks are required by default.

Link copied to clipboard
val includeAdmins: Output<Boolean>? = null
Link copied to clipboard
val strict: Output<Boolean>? = null

Require branches to be up to date before merging. Defaults to false.

Functions

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