allowedToPushes

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


@JvmName(name = "tqergcdefmflmtfp")
suspend fun allowedToPushes(values: List<Output<BranchProtectionAllowedToPushArgs>>)
@JvmName(name = "eyndwncuojjfmrqb")
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 = "rjmorndgjxvilkhs")
suspend fun allowedToPushes(argument: List<suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit>)
@JvmName(name = "kmxexnteowygulke")
suspend fun allowedToPushes(vararg argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)
@JvmName(name = "aosiuddvrfastpaj")
suspend fun allowedToPushes(argument: suspend BranchProtectionAllowedToPushArgsBuilder.() -> Unit)

Parameters

argument

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