User Profile Studio Web Portal Settings Args
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)