UserProfileUserSettingsRStudioServerProAppSettings class

Constructors

UserProfileUserSettingsRStudioServerProAppSettings({Input<String?>? accessStatus, Input<String?>? userGroup})
Creates a new UserProfileUserSettingsRStudioServerProAppSettings. accessStatus Indicates whether the current user has access to the RStudioServerPro app. Valid values are ENABLED and DISABLED. userGroup 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.
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 ENABLED and DISABLED.
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. The R_STUDIO_ADMIN value allows the user access to the RStudio Administrative Dashboard. Valid values are R_STUDIO_USER and R_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