UserProfileRStudioServerProAppSettingsArgs

data class UserProfileRStudioServerProAppSettingsArgs(val accessStatus: Output<UserProfileRStudioServerProAppSettingsAccessStatus>? = null, val userGroup: Output<UserProfileRStudioServerProAppSettingsUserGroup>? = null) : ConvertibleToJava<UserProfileRStudioServerProAppSettingsArgs>

A collection of settings that configure user interaction with the RStudioServerPro app.

Constructors

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

Properties

Link copied to clipboard

Indicates whether the current user has access to the RStudioServerPro app.

Link copied to clipboard

The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.

Functions

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