restrictions

@JvmName(name = "wvjesguifhyrmuea")
suspend fun restrictions(value: Output<List<String>>)
@JvmName(name = "kbsywotlexcvrjxa")
suspend fun restrictions(value: List<String>?)

Parameters

value

The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: 'resourcemanager.projects.delete'


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


@JvmName(name = "codcomujnrnbopdb")
suspend fun restrictions(values: List<Output<String>>)
@JvmName(name = "kbqdyexmxkmurrma")
suspend fun restrictions(vararg values: String)

Parameters

values

The types of operations which should be blocked as a result of this Lien. Each value should correspond to an IAM permission. The server will validate the permissions against those for which Liens are supported. An empty list is meaningless and will be rejected. Example: 'resourcemanager.projects.delete'