teams

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


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