UserProfileStudioWebPortalSettingsArgs

data class UserProfileStudioWebPortalSettingsArgs(val hiddenAppTypes: Output<List<UserProfileAppType>>? = null, val hiddenMlTools: Output<List<UserProfileMlTools>>? = null) : ConvertibleToJava<UserProfileStudioWebPortalSettingsArgs>

Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.

Constructors

Link copied to clipboard
constructor(hiddenAppTypes: Output<List<UserProfileAppType>>? = null, hiddenMlTools: Output<List<UserProfileMlTools>>? = null)

Properties

Link copied to clipboard
val hiddenAppTypes: Output<List<UserProfileAppType>>? = null

Applications supported in Studio that are hidden from the Studio left navigation pane.

Link copied to clipboard
val hiddenMlTools: Output<List<UserProfileMlTools>>? = null

The machine learning tools that are hidden from the Studio left navigation pane.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileStudioWebPortalSettingsArgs