DirectoryWorkspaceAccessPropertiesArgs

data class DirectoryWorkspaceAccessPropertiesArgs(val deviceTypeAndroid: Output<String>? = null, val deviceTypeChromeos: Output<String>? = null, val deviceTypeIos: Output<String>? = null, val deviceTypeLinux: Output<String>? = null, val deviceTypeOsx: Output<String>? = null, val deviceTypeWeb: Output<String>? = null, val deviceTypeWindows: Output<String>? = null, val deviceTypeZeroclient: Output<String>? = null) : ConvertibleToJava<DirectoryWorkspaceAccessPropertiesArgs>

Constructors

Link copied to clipboard
constructor(deviceTypeAndroid: Output<String>? = null, deviceTypeChromeos: Output<String>? = null, deviceTypeIos: Output<String>? = null, deviceTypeLinux: Output<String>? = null, deviceTypeOsx: Output<String>? = null, deviceTypeWeb: Output<String>? = null, deviceTypeWindows: Output<String>? = null, deviceTypeZeroclient: Output<String>? = null)

Properties

Link copied to clipboard
val deviceTypeAndroid: Output<String>? = null

Indicates whether users can use Android devices to access their WorkSpaces.

Link copied to clipboard
val deviceTypeChromeos: Output<String>? = null

Indicates whether users can use Chromebooks to access their WorkSpaces.

Link copied to clipboard
val deviceTypeIos: Output<String>? = null

Indicates whether users can use iOS devices to access their WorkSpaces.

Link copied to clipboard
val deviceTypeLinux: Output<String>? = null

Indicates whether users can use Linux clients to access their WorkSpaces.

Link copied to clipboard
val deviceTypeOsx: Output<String>? = null

Indicates whether users can use macOS clients to access their WorkSpaces.

Link copied to clipboard
val deviceTypeWeb: Output<String>? = null

Indicates whether users can access their WorkSpaces through a web browser.

Link copied to clipboard
val deviceTypeWindows: Output<String>? = null

Indicates whether users can use Windows clients to access their WorkSpaces.

Link copied to clipboard
val deviceTypeZeroclient: Output<String>? = null

Indicates whether users can use zero client devices to access their WorkSpaces.

Functions

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