Class: Aws::Kendra::Types::PersonasSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::PersonasSummary
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Summary information for users or groups in your IAM Identity Center identity source. This applies to users and groups with specific permissions that define their level of access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The Unix timestamp when the summary information was created.
-
#entity_id ⇒ String
The identifier of a user or group in your IAM Identity Center identity source.
-
#persona ⇒ String
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.
-
#updated_at ⇒ Time
The Unix timestamp when the summary information was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the summary information was created.
7711 7712 7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7711 class PersonasSummary < Struct.new( :entity_id, :persona, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
7711 7712 7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7711 class PersonasSummary < Struct.new( :entity_id, :persona, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#persona ⇒ String
The persona that defines the specific permissions of the user or
group in your IAM Identity Center identity source. The available
personas or access roles are Owner
and Viewer
. For more
information on these personas, see Providing access to your search
page.
7711 7712 7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7711 class PersonasSummary < Struct.new( :entity_id, :persona, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when the summary information was last updated.
7711 7712 7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7711 class PersonasSummary < Struct.new( :entity_id, :persona, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |