[org auditor role code](https://github.com/coder/coder/blob/25d256e7e0d886771a8bffe29bca37e0db9df8ce/coderd/rbac/roles.go#L435) Organization auditors should be able to... - View audit logs - Look at pretty much everything, as long as it is within their org - this excludes site-wide things like configuration settings, organizations, and users - ...but not touch any of it (except the normal things, like workspaces owned by them) - workspaces seem to be oddly absent from this list?