DomainDefaultUserSettingsRStudioServerProAppSettings

data class DomainDefaultUserSettingsRStudioServerProAppSettings(val accessStatus: String? = null, val userGroup: String? = null)

Constructors

constructor(accessStatus: String? = null, userGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessStatus: String? = null

Indicates whether the current user has access to the RStudioServerPro app. Valid values are ENABLED and DISABLED.

Link copied to clipboard
val userGroup: String? = null

The level of permissions that the user has within the RStudioServerPro app. This value defaults to R_STUDIO_USER. The R_STUDIO_ADMIN value allows the user access to the RStudio Administrative Dashboard. Valid values are R_STUDIO_USER and R_STUDIO_ADMIN.