Method: Aws::WorkSpacesWeb::Types::CreateBrowserSettingsRequest#browser_policy
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#browser_policy ⇒ String
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
687 688 689 690 691 692 693 694 695 696 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 687 class CreateBrowserSettingsRequest < Struct.new( :tags, :customer_managed_key, :additional_encryption_context, :browser_policy, :client_token, :web_content_filtering_policy) SENSITIVE = [:tags, :browser_policy] include Aws::Structure end |