repositories

@JvmName(name = "ejmjycekxhlhunyp")
suspend fun repositories(value: Output<List<String>>)
@JvmName(name = "pxujjdwjgiutuemb")
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 = "mynurxjdujyqkljv")
suspend fun repositories(vararg values: Output<String>)


@JvmName(name = "mivqijxjivgmpaik")
suspend fun repositories(values: List<Output<String>>)
@JvmName(name = "fmniiokwpaxctqer")
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 .