public static interface RStudioServerProAppSettings.Builder extends SdkPojo, CopyableBuilder<RStudioServerProAppSettings.Builder,RStudioServerProAppSettings>
| Modifier and Type | Method and Description |
|---|---|
RStudioServerProAppSettings.Builder |
accessStatus(RStudioServerProAccessStatus accessStatus)
Indicates whether the current user has access to the
RStudioServerPro app. |
RStudioServerProAppSettings.Builder |
accessStatus(String accessStatus)
Indicates whether the current user has access to the
RStudioServerPro app. |
RStudioServerProAppSettings.Builder |
userGroup(RStudioServerProUserGroup userGroup)
The level of permissions that the user has within the
RStudioServerPro app. |
RStudioServerProAppSettings.Builder |
userGroup(String userGroup)
The level of permissions that the user has within the
RStudioServerPro app. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRStudioServerProAppSettings.Builder accessStatus(String accessStatus)
Indicates whether the current user has access to the RStudioServerPro app.
accessStatus - Indicates whether the current user has access to the RStudioServerPro app.RStudioServerProAccessStatus,
RStudioServerProAccessStatusRStudioServerProAppSettings.Builder accessStatus(RStudioServerProAccessStatus accessStatus)
Indicates whether the current user has access to the RStudioServerPro app.
accessStatus - Indicates whether the current user has access to the RStudioServerPro app.RStudioServerProAccessStatus,
RStudioServerProAccessStatusRStudioServerProAppSettings.Builder userGroup(String 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.
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.RStudioServerProUserGroup,
RStudioServerProUserGroupRStudioServerProAppSettings.Builder userGroup(RStudioServerProUserGroup 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.
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.RStudioServerProUserGroup,
RStudioServerProUserGroupCopyright © 2023. All rights reserved.