repositories

@JvmName(name = "kcjpynsmniayaaap")
suspend fun repositories(value: Output<List<String>>)
@JvmName(name = "emikjiybyhxfvsur")
suspend fun repositories(value: List<String>?)

Parameters

value

The repositories to add to the allowed repositories list. The allowed repositories list is used when the RestrictionMode is set to ALLOW_SPECIFIC_REPOSITORIES .


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


@JvmName(name = "edhhwnkhcqflldhn")
suspend fun repositories(values: List<Output<String>>)
@JvmName(name = "lgoowqxntmeodicv")
suspend fun repositories(vararg values: String)

Parameters

values

The repositories to add to the allowed repositories list. The allowed repositories list is used when the RestrictionMode is set to ALLOW_SPECIFIC_REPOSITORIES .