pushAllowances

@JvmName(name = "osvrydpcndfxgeos")
suspend fun pushAllowances(value: Output<List<String>>)
@JvmName(name = "raajtalbuyxsbmlp")
suspend fun pushAllowances(value: List<String>?)

Parameters

value

A 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. Organization administrators, repository administrators, and users with the Maintain role on the repository can always push when all other requirements have passed.


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


@JvmName(name = "uoswxlsuivlvlxyh")
suspend fun pushAllowances(values: List<Output<String>>)
@JvmName(name = "aevkkqquahlqllay")
suspend fun pushAllowances(vararg values: String)

Parameters

values

A 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. Organization administrators, repository administrators, and users with the Maintain role on the repository can always push when all other requirements have passed.