UserProfileUserSettingsRStudioServerProAppSettingsArgs

data class UserProfileUserSettingsRStudioServerProAppSettingsArgs(val accessStatus: Output<String>? = null, val userGroup: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsRStudioServerProAppSettingsArgs>

Constructors

constructor(accessStatus: Output<String>? = null, userGroup: Output<String>? = null)

Properties

Link copied to clipboard
val accessStatus: Output<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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileUserSettingsRStudioServerProAppSettingsArgs