Class: Aws::IdentityStore::Types::User

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

Overview

A user object that contains the metadata and attributes for a specified user.

Constant Summary collapse

SENSITIVE =
[:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]

Instance Attribute Summary collapse

Instance Attribute Details

#addressesArray<Types::Address>

A list of Address objects containing addresses associated with the user.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#birthdateString

The user’s birthdate in YYYY-MM-DD format. This field stores personal birthdate information for the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#created_atTime

The date and time the user was created.

Returns:

  • (Time)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#created_byString

The identifier of the user or system that created the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#display_nameString

A string containing the name of the user that is formatted for display when the user is referenced. For example, “John Doe.”

Prefix search supports a maximum of 1,000 characters for the string.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#emailsArray<Types::Email>

A list of Email objects containing email addresses associated with the user.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#extensionsHash<String,Hash,Array,String,Numeric,Boolean>

A map of explicitly requested attribute extensions associated with the user. Not populated if the user has no requested extensions.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#external_idsArray<Types::ExternalId>

A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#identity_store_idString

The globally unique identifier for the identity store.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#localeString

A string containing the geographical region or location of the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#nameTypes::Name

An object containing the name of the user.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#nick_nameString

A string containing an alternate name for the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#phone_numbersArray<Types::PhoneNumber>

A list of PhoneNumber objects containing phone numbers associated with the user.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#photosArray<Types::Photo>

A list of photos associated with the user. Users can have up to 3 photos with metadata including type, display name, and primary designation.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#preferred_languageString

A string containing the preferred language of the user. For example, “American English” or “en-us.”

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#profile_urlString

A string containing a URL that might be associated with the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#rolesArray<Types::Role>

A list of Role objects containing roles associated with the user.

Returns:



1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#timezoneString

A string containing the time zone of the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#titleString

A string containing the title of the user. Possible values are left unspecified. The value can vary based on your specific use case.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#updated_atTime

The date and time the user was last updated.

Returns:

  • (Time)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#updated_byString

The identifier of the user or system that last updated the user.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#user_idString

The identifier for a user in the identity store.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#user_nameString

A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#user_statusString

The current status of the user account.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#user_typeString

A string indicating the type of user. Possible values are left unspecified. The value can vary based on your specific use case.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end

#websiteString

The user’s personal website or blog URL. This field stores website information for personal or professional use.

Returns:

  • (String)


1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'lib/aws-sdk-identitystore/types.rb', line 1893

class User < Struct.new(
  :identity_store_id,
  :user_id,
  :user_name,
  :external_ids,
  :name,
  :display_name,
  :nick_name,
  :profile_url,
  :emails,
  :addresses,
  :phone_numbers,
  :user_type,
  :title,
  :preferred_language,
  :locale,
  :timezone,
  :user_status,
  :photos,
  :website,
  :birthdate,
  :roles,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by,
  :extensions)
  SENSITIVE = [:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate]
  include Aws::Structure
end