pushRestrictions

@JvmName(name = "ucebssfeoawxtvnf")
suspend fun pushRestrictions(value: Output<List<String>>)
@JvmName(name = "swtkhfvtlcyinxjn")
suspend fun pushRestrictions(value: List<String>?)

Parameters

value

The list of actor Names/IDs that may push to the branch. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.


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


@JvmName(name = "wltffvucdsbpwdjy")
suspend fun pushRestrictions(values: List<Output<String>>)
@JvmName(name = "eqmejabhseqaamwd")
suspend fun pushRestrictions(vararg values: String)

Parameters

values

The list of actor Names/IDs that may push to the branch. Actor names must either begin with a "/" for users or the organization name followed by a "/" for teams.