UserPropertiesResponse

data class UserPropertiesResponse(val preferredLocation: String, val preferredOsType: String, val preferredShellType: String, val storageProfile: StorageProfileResponse, val terminalSettings: TerminalSettingsResponse)

The cloud shell user settings properties.

Constructors

Link copied to clipboard
constructor(preferredLocation: String, preferredOsType: String, preferredShellType: String, storageProfile: StorageProfileResponse, terminalSettings: TerminalSettingsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The preferred location of the cloud shell.

Link copied to clipboard

The operating system type of the cloud shell. Deprecated, use preferredShellType.

Link copied to clipboard

The shell type of the cloud shell.

Link copied to clipboard

The storage profile of the user settings.

Link copied to clipboard

Settings for terminal appearance.