data class DeviceArgs(val containerPath: Output<String>? = null, val hostPath: Output<String>? = null, val permissions: Output<List<String>>? = null) : ConvertibleToJava<DeviceArgs>
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.