restrictedVisibilityLevels

@JvmName(name = "mqapeggrrplimxir")
suspend fun restrictedVisibilityLevels(value: Output<List<String>>)
@JvmName(name = "lrrodmflpalcwxpo")
suspend fun restrictedVisibilityLevels(value: List<String>?)

Parameters

value

Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Default is null which means there is no restriction.


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


@JvmName(name = "xerywqmycsuhbikj")
suspend fun restrictedVisibilityLevels(values: List<Output<String>>)
@JvmName(name = "cuepxctlihearndr")
suspend fun restrictedVisibilityLevels(vararg values: String)

Parameters

values

Selected levels cannot be used by non-Administrator users for groups, projects or snippets. Can take private, internal and public as a parameter. Default is null which means there is no restriction.