Values.IamFederationConfigOptionsSourceDescribes IAM federation options for an OpenSearch Serverless security configuration in the form of a key-value map. These options define how OpenSearch Serverless integrates with external identity providers using federation.
type nonrec t = {groupAttribute : IamFederationGroupAttribute.t option;The group attribute for this IAM federation integration. This attribute is used to map identity provider groups to OpenSearch Serverless permissions.
*)userAttribute : IamFederationUserAttribute.t option;The user attribute for this IAM federation integration. This attribute is used to identify users in the federated authentication process.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of IamFederationGroupAttribute.t ]) list ]