GetDirectoryWorkspaceAccessProperty class

Constructors

GetDirectoryWorkspaceAccessProperty({required Input<String> deviceTypeAndroid, required Input<String> deviceTypeChromeos, required Input<String> deviceTypeIos, required Input<String> deviceTypeLinux, required Input<String> deviceTypeOsx, required Input<String> deviceTypeWeb, required Input<String> deviceTypeWindows, required Input<String> deviceTypeZeroclient})
Creates a new GetDirectoryWorkspaceAccessProperty. deviceTypeAndroid (Optional) Indicates whether users can use Android devices to access their WorkSpaces. deviceTypeChromeos (Optional) Indicates whether users can use Chromebooks to access their WorkSpaces. deviceTypeIos (Optional) Indicates whether users can use iOS devices to access their WorkSpaces. deviceTypeLinux (Optional) Indicates whether users can use Linux clients to access their WorkSpaces. deviceTypeOsx (Optional) Indicates whether users can use macOS clients to access their WorkSpaces. deviceTypeWeb (Optional) Indicates whether users can access their WorkSpaces through a web browser. deviceTypeWindows (Optional) Indicates whether users can use Windows clients to access their WorkSpaces. deviceTypeZeroclient (Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
const
GetDirectoryWorkspaceAccessProperty.fromMap(Map<String, dynamic> map)
factory

Properties

deviceTypeAndroid → Input<String>
(Optional) Indicates whether users can use Android devices to access their WorkSpaces.
final
deviceTypeChromeos → Input<String>
(Optional) Indicates whether users can use Chromebooks to access their WorkSpaces.
final
deviceTypeIos → Input<String>
(Optional) Indicates whether users can use iOS devices to access their WorkSpaces.
final
deviceTypeLinux → Input<String>
(Optional) Indicates whether users can use Linux clients to access their WorkSpaces.
final
deviceTypeOsx → Input<String>
(Optional) Indicates whether users can use macOS clients to access their WorkSpaces.
final
deviceTypeWeb → Input<String>
(Optional) Indicates whether users can access their WorkSpaces through a web browser.
final
deviceTypeWindows → Input<String>
(Optional) Indicates whether users can use Windows clients to access their WorkSpaces.
final
deviceTypeZeroclient → Input<String>
(Optional) Indicates whether users can use zero client devices to access their WorkSpaces.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited