allowedToUnprotects

@JvmName(name = "gxoyndjmgpfrjyyk")
suspend fun allowedToUnprotects(value: Output<List<BranchProtectionAllowedToUnprotectArgs>>)
@JvmName(name = "wsjnnqxohywwjcwl")
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 = "sxgrorjptqgvcvcn")
suspend fun allowedToUnprotects(vararg values: Output<BranchProtectionAllowedToUnprotectArgs>)


@JvmName(name = "ufqaohxtkotnebei")
suspend fun allowedToUnprotects(values: List<Output<BranchProtectionAllowedToUnprotectArgs>>)
@JvmName(name = "tbptldaxlgcfblru")
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 = "abtxfwkcxfqdsecr")
suspend fun allowedToUnprotects(argument: List<suspend BranchProtectionAllowedToUnprotectArgsBuilder.() -> Unit>)
@JvmName(name = "kqtxlvkhjetqvvat")
suspend fun allowedToUnprotects(vararg argument: suspend BranchProtectionAllowedToUnprotectArgsBuilder.() -> Unit)
@JvmName(name = "plgwtbuppkwqaxqd")
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.