allowedToPushes

@JvmName(name = "jwsnvfsrijucotdp")
suspend fun allowedToPushes(value: Output<List<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "cqltabbcregvllsk")
suspend fun allowedToPushes(value: List<BranchProtectionAllowedToPushArgs>?)

Parameters

value

Array of access levels and user(s)/group(s) allowed to push to protected branch.


@JvmName(name = "tsxkffrogiamvpvm")
suspend fun allowedToPushes(vararg values: Output<BranchProtectionAllowedToPushArgs>)


@JvmName(name = "afyqlwgoapbqpiyk")
suspend fun allowedToPushes(values: List<Output<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "pwkwwtmlvnosnjmb")
suspend fun allowedToPushes(vararg values: BranchProtectionAllowedToPushArgs)

Parameters

values

Array of access levels and user(s)/group(s) allowed to push to protected branch.


@JvmName(name = "lnlawodjetjbgkmn")
suspend fun allowedToPushes(argument: List<suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit>)
@JvmName(name = "kxxncvmabheidmxd")
suspend fun allowedToPushes(vararg argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)
@JvmName(name = "larbjpmqsggmjgqk")
suspend fun allowedToPushes(argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)

Parameters

argument

Array of access levels and user(s)/group(s) allowed to push to protected branch.