User Profile RStudio Server Pro App Settings Args
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
Link copied to clipboard
fun UserProfileRStudioServerProAppSettingsArgs(accessStatus: Output<UserProfileRStudioServerProAppSettingsAccessStatus>? = null, userGroup: Output<UserProfileRStudioServerProAppSettingsUserGroup>? = null)