Class: Aws::AppFabric::Types::UserAccessResultItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::UserAccessResultItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains information about a user’s access to an application.
Constant Summary collapse
- SENSITIVE =
[:email, :user_id, :user_full_name, :user_first_name, :user_last_name]
Instance Attribute Summary collapse
-
#app ⇒ String
The name of the application.
-
#email ⇒ String
The email address of the target user.
-
#result_status ⇒ String
The status of the user access result item.
-
#task_error ⇒ Types::TaskError
Contains information about an error returned from a user access task.
-
#task_id ⇒ String
The unique ID of the task.
-
#tenant_display_name ⇒ String
The display name of the tenant.
-
#tenant_id ⇒ String
The ID of the application tenant.
-
#user_first_name ⇒ String
The first name of the user.
-
#user_full_name ⇒ String
The full name of the user.
-
#user_id ⇒ String
The unique ID of user.
-
#user_last_name ⇒ String
The last name of the user.
-
#user_status ⇒ String
The status of the user returned by the application.
Instance Attribute Details
#app ⇒ String
The name of the application.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#email ⇒ String
The email address of the target user.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#result_status ⇒ String
The status of the user access result item.
The following states are possible:
-
‘IN_PROGRESS`: The user access task is in progress.
-
‘COMPLETED`: The user access task completed successfully.
-
‘FAILED`: The user access task failed.
-
‘EXPIRED`: The user access task expired.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#task_error ⇒ Types::TaskError
Contains information about an error returned from a user access task.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#task_id ⇒ String
The unique ID of the task.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#tenant_display_name ⇒ String
The display name of the tenant.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#tenant_id ⇒ String
The ID of the application tenant.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#user_first_name ⇒ String
The first name of the user.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#user_full_name ⇒ String
The full name of the user.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#user_id ⇒ String
The unique ID of user.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#user_last_name ⇒ String
The last name of the user.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |
#user_status ⇒ String
The status of the user returned by the application.
1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1897 class UserAccessResultItem < Struct.new( :app, :tenant_id, :tenant_display_name, :task_id, :result_status, :email, :user_id, :user_full_name, :user_first_name, :user_last_name, :user_status, :task_error) SENSITIVE = [:email, :user_id, :user_full_name, :user_first_name, :user_last_name] include Aws::Structure end |