Get User Settings
workspacesweb_get_user_settings | R Documentation |
Gets user settings¶
Description¶
Gets user settings.
Usage¶
Arguments¶
userSettingsArn
[required] The ARN of the user settings.
Value¶
A list with the following syntax:
list(
userSettings = list(
additionalEncryptionContext = list(
"string"
),
associatedPortalArns = list(
"string"
),
cookieSynchronizationConfiguration = list(
allowlist = list(
list(
domain = "string",
name = "string",
path = "string"
)
),
blocklist = list(
list(
domain = "string",
name = "string",
path = "string"
)
)
),
copyAllowed = "Disabled"|"Enabled",
customerManagedKey = "string",
deepLinkAllowed = "Disabled"|"Enabled",
disconnectTimeoutInMinutes = 123,
downloadAllowed = "Disabled"|"Enabled",
idleDisconnectTimeoutInMinutes = 123,
pasteAllowed = "Disabled"|"Enabled",
printAllowed = "Disabled"|"Enabled",
uploadAllowed = "Disabled"|"Enabled",
userSettingsArn = "string"
)
)