/AWS1/CL_WSPIOSIMPCLIBRANDIN00¶
The client branding attributes to import for iOS device types. These attributes are displayed on the iOS client login screen.
Client branding attributes are public facing. Ensure you do not include sensitive information.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logo TYPE /AWS1/WSPIOSLOGO /AWS1/WSPIOSLOGO¶
The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a
.pngfile.
iv_logo2x TYPE /AWS1/WSPIOS2XLOGO /AWS1/WSPIOS2XLOGO¶
The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a
.pngfile.For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
iv_logo3x TYPE /AWS1/WSPIOS3XLOGO /AWS1/WSPIOS3XLOGO¶
The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). The only image format accepted is a binary data object that is converted from a
.pngfile.For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
iv_supportemail TYPE /AWS1/WSPCLIENTEMAIL /AWS1/WSPCLIENTEMAIL¶
The support email. The company's customer support email address.
In each platform type, the
SupportEmailandSupportLinkparameters are mutually exclusive. You can specify one parameter for each platform type, but not both.The default email is
workspaces-feedback@amazon.com.
iv_supportlink TYPE /AWS1/WSPCLIENTURL /AWS1/WSPCLIENTURL¶
The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the
SupportEmailandSupportLinkparameters are mutually exclusive. You can specify one parameter for each platform type, but not both.The default support link is
workspaces-feedback@amazon.com.
iv_forgotpasswordlink TYPE /AWS1/WSPCLIENTURL /AWS1/WSPCLIENTURL¶
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
it_loginmessage TYPE /AWS1/CL_WSPLOGINMESSAGE_W=>TT_LOGINMESSAGE TT_LOGINMESSAGE¶
The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is
en_US. The HTML tags supported include the following:a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
Queryable Attributes¶
Logo¶
The logo. This is the standard-resolution display that has a 1:1 pixel density (or @1x), where one pixel is equal to one point. The only image format accepted is a binary data object that is converted from a
.pngfile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGO() |
Getter for LOGO, with configurable default |
ASK_LOGO() |
Getter for LOGO w/ exceptions if field has no value |
HAS_LOGO() |
Determine if LOGO has a value |
Logo2x¶
The @2x version of the logo. This is the higher resolution display that offers a scale factor of 2.0 (or @2x). The only image format accepted is a binary data object that is converted from a
.pngfile.For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGO2X() |
Getter for LOGO2X, with configurable default |
ASK_LOGO2X() |
Getter for LOGO2X w/ exceptions if field has no value |
HAS_LOGO2X() |
Determine if LOGO2X has a value |
Logo3x¶
The @3x version of the logo. This is the higher resolution display that offers a scale factor of 3.0 (or @3x). The only image format accepted is a binary data object that is converted from a
.pngfile.For more information about iOS image size and resolution, see Image Size and Resolution in the Apple Human Interface Guidelines.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGO3X() |
Getter for LOGO3X, with configurable default |
ASK_LOGO3X() |
Getter for LOGO3X w/ exceptions if field has no value |
HAS_LOGO3X() |
Determine if LOGO3X has a value |
SupportEmail¶
The support email. The company's customer support email address.
In each platform type, the
SupportEmailandSupportLinkparameters are mutually exclusive. You can specify one parameter for each platform type, but not both.The default email is
workspaces-feedback@amazon.com.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTEMAIL() |
Getter for SUPPORTEMAIL, with configurable default |
ASK_SUPPORTEMAIL() |
Getter for SUPPORTEMAIL w/ exceptions if field has no value |
HAS_SUPPORTEMAIL() |
Determine if SUPPORTEMAIL has a value |
SupportLink¶
The support link. The link for the company's customer support page for their WorkSpace.
In each platform type, the
SupportEmailandSupportLinkparameters are mutually exclusive. You can specify one parameter for each platform type, but not both.The default support link is
workspaces-feedback@amazon.com.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPORTLINK() |
Getter for SUPPORTLINK, with configurable default |
ASK_SUPPORTLINK() |
Getter for SUPPORTLINK w/ exceptions if field has no value |
HAS_SUPPORTLINK() |
Determine if SUPPORTLINK has a value |
ForgotPasswordLink¶
The forgotten password link. This is the web address that users can go to if they forget the password for their WorkSpace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORGOTPASSWORDLINK() |
Getter for FORGOTPASSWORDLINK, with configurable default |
ASK_FORGOTPASSWORDLINK() |
Getter for FORGOTPASSWORDLINK w/ exceptions if field has no |
HAS_FORGOTPASSWORDLINK() |
Determine if FORGOTPASSWORDLINK has a value |
LoginMessage¶
The login message. Specified as a key value pair, in which the key is a locale and the value is the localized message for that locale. The only key supported is
en_US. The HTML tags supported include the following:a, b, blockquote, br, cite, code, dd, dl, dt, div, em, i, li, ol, p, pre, q, small, span, strike, strong, sub, sup, u, ul.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGINMESSAGE() |
Getter for LOGINMESSAGE, with configurable default |
ASK_LOGINMESSAGE() |
Getter for LOGINMESSAGE w/ exceptions if field has no value |
HAS_LOGINMESSAGE() |
Determine if LOGINMESSAGE has a value |