teams

@JvmName(name = "ogawqiwpsgayypai")
suspend fun teams(value: Output<List<String>>)
@JvmName(name = "rthggvnaemgbuxcv")
suspend fun teams(value: List<String>?)

Parameters

value

The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository.


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


@JvmName(name = "xcvxetvhcbssadou")
suspend fun teams(values: List<Output<String>>)
@JvmName(name = "mnkvsmjtpmxrrlfu")
suspend fun teams(vararg values: String)

Parameters

values

The list of team slugs with push access. Always use slug of the team, not its name. Each team already has to have access to the repository.