allowedToPushes

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


@JvmName(name = "tlucfbmpwmpxeujr")
suspend fun allowedToPushes(values: List<Output<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "mbrplxbgbhwdpkag")
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 = "uqdkvnadyrqgwydb")
suspend fun allowedToPushes(argument: List<suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit>)
@JvmName(name = "megbpnplwknoosoj")
suspend fun allowedToPushes(vararg argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)
@JvmName(name = "cdncchfepdxtkpox")
suspend fun allowedToPushes(argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)

Parameters

argument

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