Module Values.ExperienceEntitiesSummarySource

Summary 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.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. entityType : EntityType.t option;
    (*

    Shows the type as User or Group.

    *)
  3. displayData : EntityDisplayData.t option;
    (*

    Information about the user entity.

    *)
}
Sourceval make : ?entityId:??? -> ?entityType:??? -> ?displayData:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EntityId.t | `Structure of (string * [> `String of NameType.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t