Class: Aws::Kendra::Types::PersonasSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::PersonasSummary
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html
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.
7669 7670 7671 7672 7673 7674 7675 7676 |
# File 'lib/aws-sdk-kendra/types.rb', line 7669 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.
7669 7670 7671 7672 7673 7674 7675 7676 |
# File 'lib/aws-sdk-kendra/types.rb', line 7669 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].
7669 7670 7671 7672 7673 7674 7675 7676 |
# File 'lib/aws-sdk-kendra/types.rb', line 7669 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.
7669 7670 7671 7672 7673 7674 7675 7676 |
# File 'lib/aws-sdk-kendra/types.rb', line 7669 class PersonasSummary < Struct.new( :entity_id, :persona, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |