defaultBranchProtection

@JvmName(name = "gnxaqfovswgavlux")
suspend fun defaultBranchProtection(value: Output<Int>)
@JvmName(name = "dobjgegtvlshghda")
suspend fun defaultBranchProtection(value: Int?)

Parameters

value

Determine if developers can push to the default branch. Can take: 0 (not protected, both users with the Developer role or Maintainer role can push new commits and force push), 1 (partially protected, users with the Developer role or Maintainer role can push new commits, but cannot force push) or 2 (fully protected, users with the Developer or Maintainer role cannot push new commits, but users with the Developer or Maintainer role can; no one can force push) as a parameter. Default is 2.