Class: Aws::WorkSpacesWeb::Types::UserSettingsSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of user settings.

Constant Summary collapse

SENSITIVE =
[:cookie_synchronization_configuration]

Instance Attribute Summary collapse

Instance Attribute Details

#branding_configurationTypes::BrandingConfiguration

The branding configuration output that customizes the appearance of the web portal for end users.



4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.



4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#copy_allowedString

Specifies whether the user can copy text from the streaming session to the local device.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

Specifies whether the user can use deep links that open automatically when connecting to a session.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#disconnect_timeout_in_minutesInteger

The amount of time that a streaming session remains active after users disconnect.

Returns:

  • (Integer)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#download_allowedString

Specifies whether the user can download files from the streaming session to the local device.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#idle_disconnect_timeout_in_minutesInteger

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

Returns:

  • (Integer)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#paste_allowedString

Specifies whether the user can paste text from the local device to the streaming session.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

Specifies whether the user can print to the local device.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#toolbar_configurationTypes::ToolbarConfiguration

The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.



4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#upload_allowedString

Specifies whether the user can upload files from the local device to the streaming session.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#web_authn_allowedString

Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.

Returns:

  • (String)


4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4823

class UserSettingsSummary < Struct.new(
  :user_settings_arn,
  :copy_allowed,
  :paste_allowed,
  :download_allowed,
  :upload_allowed,
  :print_allowed,
  :disconnect_timeout_in_minutes,
  :idle_disconnect_timeout_in_minutes,
  :cookie_synchronization_configuration,
  :deep_link_allowed,
  :toolbar_configuration,
  :branding_configuration,
  :web_authn_allowed)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end