forcePushBypassers

@JvmName(name = "ajbphcebmriipkvx")
suspend fun forcePushBypassers(value: Output<List<String>>)
@JvmName(name = "udgoeotdootqhyls")
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.


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


@JvmName(name = "mbvhypqnhnmhsoor")
suspend fun forcePushBypassers(values: List<Output<String>>)
@JvmName(name = "npfywgndgmvuaxfx")
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.