Values.IAMFederationOptionsOutputSourceOutput parameters showing the current IAM identity federation configuration.
type nonrec t = {enabled : Boolean.t option;Indicates whether IAM identity federation is currently enabled for the domain.
*)subjectKey : IAMFederationSubjectKey.t option;The configured key in the SAML assertion for the user's subject identifier.
*)rolesKey : IAMFederationRolesKey.t option;The configured key in the SAML assertion for the user's role information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of IAMFederationSubjectKey.t ])
list ]