Class: Aws::QuickSight::Types::User
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::User
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A registered user of Amazon QuickSight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
The active status of user.
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the user.
-
#custom_permissions_name ⇒ String
The custom permissions profile associated with this user.
-
#email ⇒ String
The user's email address.
-
#identity_type ⇒ String
The type of identity authentication used by the user.
-
#principal_id ⇒ String
The principal ID of the user.
-
#role ⇒ String
The Amazon QuickSight role for the user.
-
#user_name ⇒ String
The user's user name.
Instance Attribute Details
#active ⇒ Boolean
The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) for the user.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#custom_permissions_name ⇒ String
The custom permissions profile associated with this user.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The user's email address.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#identity_type ⇒ String
The type of identity authentication used by the user.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID of the user.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The Amazon QuickSight role for the user. The user role can be one of the following:.
READER
: A user who has read-only access to dashboards.AUTHOR
: A user who can create data sources, datasets, analyses, and dashboards.ADMIN
: A user who is an author, who can also manage Amazon QuickSight settings.RESTRICTED_READER
: This role isn't currently available for use.RESTRICTED_AUTHOR
: This role isn't currently available for use.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The user's user name.
13135 13136 13137 13138 13139 13140 13141 13142 13143 13144 13145 13146 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13135 class User < Struct.new( :arn, :user_name, :email, :role, :identity_type, :active, :principal_id, :custom_permissions_name) SENSITIVE = [] include Aws::Structure end |