Imports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.
See https://www.paws-r-sdk.com/docs/workspaces_import_client_branding/ for full documentation.
Usage
workspaces_import_client_branding(
ResourceId,
DeviceTypeWindows = NULL,
DeviceTypeOsx = NULL,
DeviceTypeAndroid = NULL,
DeviceTypeIos = NULL,
DeviceTypeLinux = NULL,
DeviceTypeWeb = NULL
)Arguments
- ResourceId
[required] The directory identifier of the WorkSpace for which you want to import client branding.
- DeviceTypeWindows
The branding information to import for Windows devices.
- DeviceTypeOsx
The branding information to import for macOS devices.
- DeviceTypeAndroid
The branding information to import for Android devices.
- DeviceTypeIos
The branding information to import for iOS devices.
- DeviceTypeLinux
The branding information to import for Linux devices.
- DeviceTypeWeb
The branding information to import for web access.