Class: Aws::IdentityStore::Types::UpdateUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


1718
1719
1720
1721
1722
1723
1724
# File 'lib/aws-sdk-identitystore/types.rb', line 1718

class UpdateUserRequest < Struct.new(
  :identity_store_id,
  :user_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end

#operationsArray<Types::AttributeOperation>

A list of ‘AttributeOperation` objects to apply to the requested user. These operations might add, replace, or remove an attribute. For more information on the attributes that can be added, replaced, or removed, see [User].

[1]: docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html

Returns:



1718
1719
1720
1721
1722
1723
1724
# File 'lib/aws-sdk-identitystore/types.rb', line 1718

class UpdateUserRequest < Struct.new(
  :identity_store_id,
  :user_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier for a user in the identity store.

Returns:

  • (String)


1718
1719
1720
1721
1722
1723
1724
# File 'lib/aws-sdk-identitystore/types.rb', line 1718

class UpdateUserRequest < Struct.new(
  :identity_store_id,
  :user_id,
  :operations)
  SENSITIVE = []
  include Aws::Structure
end