Class: Aws::IdentityStore::Types::DescribeUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::DescribeUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
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
-
#addresses ⇒ Array<Types::Address>
The physical address of the user.
-
#birthdate ⇒ String
The user’s birthdate in YYYY-MM-DD format.
-
#created_at ⇒ Time
The date and time the user was created.
-
#created_by ⇒ String
The identifier of the user or system that created the user.
-
#display_name ⇒ String
The display name of the user.
-
#emails ⇒ Array<Types::Email>
The email address of the user.
-
#extensions ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
A map of explicitly requested attribute extensions associated with the user.
-
#external_ids ⇒ Array<Types::ExternalId>
A list of
ExternalIdobjects that contains the identifiers issued to this resource by an external identity provider. -
#identity_store_id ⇒ String
The globally unique identifier for the identity store.
-
#locale ⇒ String
A string containing the geographical region or location of the user.
-
#name ⇒ Types::Name
The name of the user.
-
#nick_name ⇒ String
An alternative descriptive name for the user.
-
#phone_numbers ⇒ Array<Types::PhoneNumber>
A list of
PhoneNumberobjects associated with a user. -
#photos ⇒ Array<Types::Photo>
A list of photos associated with the user.
-
#preferred_language ⇒ String
The preferred language of the user.
-
#profile_url ⇒ String
A URL link for the user’s profile.
-
#roles ⇒ Array<Types::Role>
The roles of the user.
-
#timezone ⇒ String
The time zone for a user.
-
#title ⇒ String
A string containing the title of the user.
-
#updated_at ⇒ Time
The date and time the user was last updated.
-
#updated_by ⇒ String
The identifier of the user or system that last updated the user.
-
#user_id ⇒ String
The identifier for a user in the identity store.
-
#user_name ⇒ String
A unique string used to identify the user.
-
#user_status ⇒ String
The current status of the user account.
-
#user_type ⇒ String
A string indicating the type of user.
-
#website ⇒ String
The user’s personal website or blog URL.
Instance Attribute Details
#addresses ⇒ Array<Types::Address>
The physical address of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#birthdate ⇒ String
The user’s birthdate in YYYY-MM-DD format. This field returns the stored birthdate information for the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_at ⇒ Time
The date and time the user was created.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_by ⇒ String
The identifier of the user or system that created the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_name ⇒ String
The display name of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#emails ⇒ Array<Types::Email>
The email address of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#extensions ⇒ Hash<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.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_ids ⇒ Array<Types::ExternalId>
A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_id ⇒ String
The globally unique identifier for the identity store.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#locale ⇒ String
A string containing the geographical region or location of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#name ⇒ Types::Name
The name of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_name ⇒ String
An alternative descriptive name for the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_numbers ⇒ Array<Types::PhoneNumber>
A list of PhoneNumber objects associated with a user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#photos ⇒ Array<Types::Photo>
A list of photos associated with the user. Returns up to 3 photos with their associated metadata including type, display name, and primary designation.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_language ⇒ String
The preferred language of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_url ⇒ String
A URL link for the user’s profile.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#roles ⇒ Array<Types::Role>
The roles of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#timezone ⇒ String
The time zone for a user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#title ⇒ String
A string containing the title of the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_at ⇒ Time
The date and time the user was last updated.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_by ⇒ String
The identifier of the user or system that last updated the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_id ⇒ String
The identifier for a user in the identity store.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_name ⇒ String
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.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_status ⇒ String
The current status of the user account.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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_type ⇒ String
A string indicating the type of user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |
#website ⇒ String
The user’s personal website or blog URL. Returns the stored website information for the user.
758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 |
# File 'lib/aws-sdk-identitystore/types.rb', line 758 class DescribeUserResponse < 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 |