DomainRStudioServerProAppSettingsArgs

data class DomainRStudioServerProAppSettingsArgs(val accessStatus: Output<DomainRStudioServerProAppSettingsAccessStatus>? = null, val userGroup: Output<DomainRStudioServerProAppSettingsUserGroup>? = null) : ConvertibleToJava<DomainRStudioServerProAppSettingsArgs>

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

Constructors

Link copied to clipboard
constructor(accessStatus: Output<DomainRStudioServerProAppSettingsAccessStatus>? = null, userGroup: Output<DomainRStudioServerProAppSettingsUserGroup>? = 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(): DomainRStudioServerProAppSettingsArgs