teams

@JvmName(name = "eytylhtegcndaglv")
suspend fun teams(value: Output<List<String>>)
@JvmName(name = "bercrobikvgbbgif")
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 = "elfagimjlogrfimd")
suspend fun teams(vararg values: Output<String>)


@JvmName(name = "ruvpmywvosrrngks")
suspend fun teams(values: List<Output<String>>)
@JvmName(name = "ajwvxdeoxmheshpq")
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.