Modify Workspace Access Properties
| workspaces_modify_workspace_access_properties | R Documentation |
Specifies which devices and operating systems users can use to access their WorkSpaces¶
Description¶
Specifies which devices and operating systems users can use to access their WorkSpaces. For more information, see Control Device Access.
Usage¶
Arguments¶
ResourceId[required] The identifier of the directory.
WorkspaceAccessProperties[required] The device types and operating systems to enable or disable for access.
Value¶
An empty list.
Request syntax¶
svc$modify_workspace_access_properties(
ResourceId = "string",
WorkspaceAccessProperties = list(
DeviceTypeWindows = "ALLOW"|"DENY",
DeviceTypeOsx = "ALLOW"|"DENY",
DeviceTypeWeb = "ALLOW"|"DENY",
DeviceTypeIos = "ALLOW"|"DENY",
DeviceTypeAndroid = "ALLOW"|"DENY",
DeviceTypeChromeOs = "ALLOW"|"DENY",
DeviceTypeZeroClient = "ALLOW"|"DENY",
DeviceTypeLinux = "ALLOW"|"DENY"
)
)