Values.SAMLOptionsInputSourceSpecifies the SAML application configuration for the domain.
type nonrec t = {enabled : Boolean.t option;True if SAML is enabled.
*)idp : SAMLIdp.t option;Specifies the SAML Identity Provider's information.
*)masterUserName : Username.t option;The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.
*)masterBackendRole : BackendRole.t option;The backend role to which the SAML master user is mapped to.
*)subjectKey : String_.t option;The key to use for matching the SAML Subject attribute.
*)rolesKey : String_.t option;The key to use for matching the SAML Roles attribute.
*)sessionTimeoutMinutes : IntegerClass.t option;The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerClass.t
| `String of Username.t
| `Structure of (string * [> `String of SAMLMetadata.t ]) list ])
list ]