Class: Aws::Kendra::Types::PersonasSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The Unix timestamp when the summary information was created.

Returns:

  • (Time)


7324
7325
7326
7327
7328
7329
7330
7331
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7324

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.

Returns:

  • (String)


7324
7325
7326
7327
7328
7329
7330
7331
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7324

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#personaString

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.

Returns:

  • (String)


7324
7325
7326
7327
7328
7329
7330
7331
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7324

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the summary information was last updated.

Returns:

  • (Time)


7324
7325
7326
7327
7328
7329
7330
7331
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7324

class PersonasSummary < Struct.new(
  :entity_id,
  :persona,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end