Values.ExperienceEntitiesSummarySourceSummary information for users or groups in your IAM Identity Center identity source with granted 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.
type nonrec t = {entityId : EntityId.t option;The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
*)entityType : EntityType.t option;Shows the type as User or Group.
*)displayData : EntityDisplayData.t option;Information about the user entity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EntityId.t
| `Structure of (string * [> `String of NameType.t ]) list ])
list ]