Module Values.UserIdentityConfigurationSource

Provides the configuration information for the identifiers of your users.

Sourcetype nonrec t = {
  1. identityAttributeName : IdentityAttributeName.t option;
    (*

    The IAM Identity Center field name that contains the identifiers of your users, such as their emails. This is used for user context filtering and for granting access to your Amazon Kendra experience. You must set up IAM Identity Center with Amazon Kendra. You must include your users and groups in your Access Control List when you ingest documents into your index. For more information, see Getting started with an IAM Identity Center identity source.

    *)
}
Sourceval make : ?identityAttributeName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdentityAttributeName.t ]) 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