forcePushBypassers

@JvmName(name = "qhgljtlrouvrvgfl")
suspend fun forcePushBypassers(value: Output<List<String>>)
@JvmName(name = "crayoirotnttdqoq")
suspend fun forcePushBypassers(value: List<String>?)

Parameters

value

The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams. If the list is not empty, allows_force_pushes should be set to false.


@JvmName(name = "thuxdlrhwlisuyub")
suspend fun forcePushBypassers(vararg values: Output<String>)


@JvmName(name = "drcfbxpnsypuxnqe")
suspend fun forcePushBypassers(values: List<Output<String>>)
@JvmName(name = "aprxeuyqcbyuuutc")
suspend fun forcePushBypassers(vararg values: String)

Parameters

values

The list of actor Names/IDs that are allowed to bypass force push restrictions. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams. If the list is not empty, allows_force_pushes should be set to false.