allowedToUnprotects

@JvmName(name = "wspllyvvbprphxuv")
suspend fun allowedToUnprotects(value: Output<List<BranchProtectionAllowedToUnprotectArgs>>)
@JvmName(name = "vkvqmsxcfqidnkje")
suspend fun allowedToUnprotects(value: List<BranchProtectionAllowedToUnprotectArgs>?)

Parameters

value

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


@JvmName(name = "vilrqcrnolxkvqnh")
suspend fun allowedToUnprotects(vararg values: Output<BranchProtectionAllowedToUnprotectArgs>)


@JvmName(name = "fmnpdwixsivjuqms")
suspend fun allowedToUnprotects(values: List<Output<BranchProtectionAllowedToUnprotectArgs>>)
@JvmName(name = "tqcyqedvkllwvvyd")
suspend fun allowedToUnprotects(vararg values: BranchProtectionAllowedToUnprotectArgs)

Parameters

values

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


@JvmName(name = "hqrhjsmihhvqgtvf")
suspend fun allowedToUnprotects(argument: List<suspend BranchProtectionAllowedToUnprotectArgsBuilder.() -> Unit>)
@JvmName(name = "uxxqqdidfcyyxeaj")
suspend fun allowedToUnprotects(vararg argument: suspend BranchProtectionAllowedToUnprotectArgsBuilder.() -> Unit)
@JvmName(name = "hbvuhgohmhsxdxsn")
suspend fun allowedToUnprotects(argument: suspend BranchProtectionAllowedToUnprotectArgsBuilder.() -> Unit)

Parameters

argument

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