teams

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


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