Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data RStudioServerProAppSettings = RStudioServerProAppSettings' {}
- newRStudioServerProAppSettings :: RStudioServerProAppSettings
- rStudioServerProAppSettings_accessStatus :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProAccessStatus)
- rStudioServerProAppSettings_userGroup :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProUserGroup)
Documentation
data RStudioServerProAppSettings Source #
A collection of settings that configure user interaction with the
RStudioServerPro
app. RStudioServerProAppSettings
cannot be updated.
The RStudioServerPro
app must be deleted and a new one created to make
any changes.
See: newRStudioServerProAppSettings
smart constructor.
RStudioServerProAppSettings' | |
|
Instances
newRStudioServerProAppSettings :: RStudioServerProAppSettings Source #
Create a value of RStudioServerProAppSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accessStatus:RStudioServerProAppSettings'
, rStudioServerProAppSettings_accessStatus
- Indicates whether the current user has access to the RStudioServerPro
app.
$sel:userGroup:RStudioServerProAppSettings'
, rStudioServerProAppSettings_userGroup
- 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.
rStudioServerProAppSettings_accessStatus :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProAccessStatus) Source #
Indicates whether the current user has access to the RStudioServerPro
app.
rStudioServerProAppSettings_userGroup :: Lens' RStudioServerProAppSettings (Maybe RStudioServerProUserGroup) Source #
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.