pushRestrictions

@JvmName(name = "wtyqwvlqbuijhuqi")
suspend fun pushRestrictions(value: Output<List<String>>)
@JvmName(name = "lqgjhktwasjwiqos")
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 = "vbmxosbffifvoyni")
suspend fun pushRestrictions(vararg values: Output<String>)


@JvmName(name = "saiivtlkqepmfhos")
suspend fun pushRestrictions(values: List<Output<String>>)
@JvmName(name = "lwjyktryuamjonhs")
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.