Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RStudioServerProAppSettings

import type { RStudioServerProAppSettings } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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.

interface RStudioServerProAppSettings {
AccessStatus?: RStudioServerProAccessStatus | null;
UserGroup?: RStudioServerProUserGroup | null;
}

§Properties

§
AccessStatus?: RStudioServerProAccessStatus | null
[src]

Indicates whether the current user has access to the RStudioServerPro app.

§

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.