forcePushBypassers

@JvmName(name = "bqfbgyctvvnssyov")
suspend fun forcePushBypassers(value: Output<List<String>>)
@JvmName(name = "jwrwgrytdyerotom")
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 = "vqmakspfpnnuojeg")
suspend fun forcePushBypassers(vararg values: Output<String>)


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