User Properties Args
data class UserPropertiesArgs(val preferredLocation: Output<String>, val preferredOsType: Output<Either<String, OsType>>, val preferredShellType: Output<Either<String, ShellType>>, val storageProfile: Output<StorageProfileArgs>, val terminalSettings: Output<TerminalSettingsArgs>) : ConvertibleToJava<UserPropertiesArgs>
The cloud shell user settings properties.
Constructors
Link copied to clipboard
fun UserPropertiesArgs(preferredLocation: Output<String>, preferredOsType: Output<Either<String, OsType>>, preferredShellType: Output<Either<String, ShellType>>, storageProfile: Output<StorageProfileArgs>, terminalSettings: Output<TerminalSettingsArgs>)