teams

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


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