restrictedVisibilityLevels

@JvmName(name = "lbdyhktvqgnfgxau")
suspend fun restrictedVisibilityLevels(value: Output<List<String>>)
@JvmName(name = "oflimeraisvttgbi")
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. Null means there is no restriction.


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


@JvmName(name = "rdvrkjkbrspmchxf")
suspend fun restrictedVisibilityLevels(values: List<Output<String>>)
@JvmName(name = "xrgjvvnonbnexuon")
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. Null means there is no restriction.