Values.IdentityCenterOptionsInputSourceConfiguration settings for enabling and managing IAM Identity Center.
type nonrec t = {enabledAPIAccess : Boolean.t option;Indicates whether IAM Identity Center is enabled for API access in Amazon OpenSearch Service.
*)identityCenterInstanceARN : IdentityCenterInstanceARN.t option;The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.
*)identityCenterInstanceRegion : Region.t option;The Region of the IAM Identity Center instance.
*)subjectKey : SubjectKeyIdCOption.t option;Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
*)rolesKey : RolesKeyIdCOption.t option;Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of IdentityCenterInstanceARN.t ])
list ]