protectedBranchIds

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

Parameters

value

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


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


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

Parameters

values

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