User Profile User Settings
data class UserProfileUserSettings(val canvasAppSettings: UserProfileUserSettingsCanvasAppSettings? = null, val codeEditorAppSettings: UserProfileUserSettingsCodeEditorAppSettings? = null, val customFileSystemConfigs: List<UserProfileUserSettingsCustomFileSystemConfig>? = null, val customPosixUserConfig: UserProfileUserSettingsCustomPosixUserConfig? = null, val defaultLandingUri: String? = null, val executionRole: String, val jupyterLabAppSettings: UserProfileUserSettingsJupyterLabAppSettings? = null, val jupyterServerAppSettings: UserProfileUserSettingsJupyterServerAppSettings? = null, val kernelGatewayAppSettings: UserProfileUserSettingsKernelGatewayAppSettings? = null, val rSessionAppSettings: UserProfileUserSettingsRSessionAppSettings? = null, val rStudioServerProAppSettings: UserProfileUserSettingsRStudioServerProAppSettings? = null, val securityGroups: List<String>? = null, val sharingSettings: UserProfileUserSettingsSharingSettings? = null, val spaceStorageSettings: UserProfileUserSettingsSpaceStorageSettings? = null, val studioWebPortal: String? = null, val tensorBoardAppSettings: UserProfileUserSettingsTensorBoardAppSettings? = null)
Constructors
Link copied to clipboard
fun UserProfileUserSettings(canvasAppSettings: UserProfileUserSettingsCanvasAppSettings? = null, codeEditorAppSettings: UserProfileUserSettingsCodeEditorAppSettings? = null, customFileSystemConfigs: List<UserProfileUserSettingsCustomFileSystemConfig>? = null, customPosixUserConfig: UserProfileUserSettingsCustomPosixUserConfig? = null, defaultLandingUri: String? = null, executionRole: String, jupyterLabAppSettings: UserProfileUserSettingsJupyterLabAppSettings? = null, jupyterServerAppSettings: UserProfileUserSettingsJupyterServerAppSettings? = null, kernelGatewayAppSettings: UserProfileUserSettingsKernelGatewayAppSettings? = null, rSessionAppSettings: UserProfileUserSettingsRSessionAppSettings? = null, rStudioServerProAppSettings: UserProfileUserSettingsRStudioServerProAppSettings? = null, securityGroups: List<String>? = null, sharingSettings: UserProfileUserSettingsSharingSettings? = null, spaceStorageSettings: UserProfileUserSettingsSpaceStorageSettings? = null, studioWebPortal: String? = null, tensorBoardAppSettings: UserProfileUserSettingsTensorBoardAppSettings? = null)
Types
Properties
Link copied to clipboard
The default experience that the user is directed to when accessing the domain. The supported values are: studio::: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. app:JupyterServer:: Indicates that Studio Classic is the default experience.
Link copied to clipboard