allowedToPushes

@JvmName(name = "rntnmvdxgigndglh")
suspend fun allowedToPushes(value: Output<List<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "cilrgyhpuypkqwgd")
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 = "ftmlumtwbnnvmdln")
suspend fun allowedToPushes(vararg values: Output<BranchProtectionAllowedToPushArgs>)


@JvmName(name = "thuilccjumbipago")
suspend fun allowedToPushes(values: List<Output<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "qhdcscssvdcpphwe")
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 = "cdfcgipgvfiqydac")
suspend fun allowedToPushes(argument: List<suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit>)
@JvmName(name = "sfakcsfjbyicitnc")
suspend fun allowedToPushes(vararg argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)
@JvmName(name = "aegelshlhpxueqxr")
suspend fun allowedToPushes(argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)

Parameters

argument

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