Interface RStudioServerProAppSettings.Builder

    • Method Detail

      • userGroup

        RStudioServerProAppSettings.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RStudioServerProUserGroup, RStudioServerProUserGroup
      • userGroup

        RStudioServerProAppSettings.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RStudioServerProUserGroup, RStudioServerProUserGroup