/AWS1/CL_SGMRSTUDIOSERVERPRO00¶
A collection of settings that configure user interaction with the RStudioServerPro app.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accessstatus TYPE /AWS1/SGMRSTUDIOSERVERPROACC00 /AWS1/SGMRSTUDIOSERVERPROACC00¶
Indicates whether the current user has access to the
RStudioServerProapp.
iv_usergroup TYPE /AWS1/SGMRSTUDIOSERVERPROUSE00 /AWS1/SGMRSTUDIOSERVERPROUSE00¶
The level of permissions that the user has within the
RStudioServerProapp. This value defaults toUser. TheAdminvalue allows the user access to the RStudio Administrative Dashboard.
Queryable Attributes¶
AccessStatus¶
Indicates whether the current user has access to the
RStudioServerProapp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSSTATUS() |
Getter for ACCESSSTATUS, with configurable default |
ASK_ACCESSSTATUS() |
Getter for ACCESSSTATUS w/ exceptions if field has no value |
HAS_ACCESSSTATUS() |
Determine if ACCESSSTATUS has a value |
UserGroup¶
The level of permissions that the user has within the
RStudioServerProapp. This value defaults toUser. TheAdminvalue allows the user access to the RStudio Administrative Dashboard.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERGROUP() |
Getter for USERGROUP, with configurable default |
ASK_USERGROUP() |
Getter for USERGROUP w/ exceptions if field has no value |
HAS_USERGROUP() |
Determine if USERGROUP has a value |