Class: Aws::WorkDocs::Types::UpdateUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:authentication_token, :given_name, :surname]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#given_nameString

The given name of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#grant_poweruser_privilegesString

Boolean value to determine whether the user is granted Power user privileges.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#localeString

The locale of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#storage_ruleTypes::StorageRuleType

The amount of storage for the user.



2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#surnameString

The surname of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#time_zone_idString

The time zone ID of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#typeString

The type of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end

#user_idString

The ID of the user.

Returns:

  • (String)


2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2951

class UpdateUserRequest < Struct.new(
  :authentication_token,
  :user_id,
  :given_name,
  :surname,
  :type,
  :storage_rule,
  :time_zone_id,
  :locale,
  :grant_poweruser_privileges)
  SENSITIVE = [:authentication_token, :given_name, :surname]
  include Aws::Structure
end