permissions

@JvmName(name = "lqiulrcvtjqaryph")
suspend fun permissions(value: Output<List<String>>)
@JvmName(name = "cymbdlnbfdeowsql")
suspend fun permissions(value: List<String>?)

Parameters

value

The explicit permissions to provide to the container for the device. By default, the container has permissions for `read`, `write`, and `mknod` for the device.


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


@JvmName(name = "rpxkqtqesxojvapw")
suspend fun permissions(values: List<Output<String>>)
@JvmName(name = "cevhrqnhevfdqixi")
suspend fun permissions(vararg values: String)

Parameters

values

The explicit permissions to provide to the container for the device. By default, the container has permissions for `read`, `write`, and `mknod` for the device.