allowedToPushes

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


@JvmName(name = "jhgimdjoswymsgxo")
suspend fun allowedToPushes(values: List<Output<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "bfjeufjcvhydupyw")
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 = "jiwycmxohhetvply")
suspend fun allowedToPushes(argument: List<suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit>)
@JvmName(name = "upsxybxgvawpnorp")
suspend fun allowedToPushes(vararg argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)
@JvmName(name = "vodantsavajkwpfu")
suspend fun allowedToPushes(argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)

Parameters

argument

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