UserProfileUserSettingsRStudioServerProAppSettings class
Constructors
-
UserProfileUserSettingsRStudioServerProAppSettings({Input<
String?> ? accessStatus, Input<String?> ? userGroup}) -
Creates a new UserProfileUserSettingsRStudioServerProAppSettings.
accessStatusIndicates whether the current user has access to the RStudioServerPro app. Valid values areENABLEDandDISABLED.userGroupThe level of permissions that the user has within the RStudioServerPro app. This value defaults toR_STUDIO_USER. TheR_STUDIO_ADMINvalue allows the user access to the RStudio Administrative Dashboard. Valid values areR_STUDIO_USERandR_STUDIO_ADMIN.const -
UserProfileUserSettingsRStudioServerProAppSettings.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accessStatus
→ Input<
String?> ? -
Indicates whether the current user has access to the RStudioServerPro app. Valid values are
ENABLEDandDISABLED.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userGroup
→ Input<
String?> ? -
The level of permissions that the user has within the RStudioServerPro app. This value defaults to
R_STUDIO_USER. TheR_STUDIO_ADMINvalue allows the user access to the RStudio Administrative Dashboard. Valid values areR_STUDIO_USERandR_STUDIO_ADMIN.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited