protectedBranchIds

@JvmName(name = "jbimpmgmrjllkcra")
suspend fun protectedBranchIds(value: Output<List<Int>>)
@JvmName(name = "hslkipcggasjehdo")
suspend fun protectedBranchIds(value: List<Int>?)

Parameters

value

A list of protected branch IDs (not branch names) for which the rule applies.


@JvmName(name = "ipccnevpjjjpshwh")
suspend fun protectedBranchIds(vararg values: Output<Int>)


@JvmName(name = "rvxmjcbxrihtktun")
suspend fun protectedBranchIds(values: List<Output<Int>>)
@JvmName(name = "ugclcvefpvelynmb")
suspend fun protectedBranchIds(vararg values: Int)

Parameters

values

A list of protected branch IDs (not branch names) for which the rule applies.