Values.SAMLOptionsOutputSourceDescribes the SAML application configured for the domain.
type nonrec t = {enabled : Boolean.t option;True if SAML is enabled.
*)idp : SAMLIdp.t option;Describes the SAML Identity Provider's information.
*)subjectKey : String_.t option;The key used for matching the SAML Subject attribute.
*)rolesKey : String_.t option;The key used for matching the SAML Roles attribute.
*)sessionTimeoutMinutes : IntegerClass.t option;The duration, in minutes, after which a user session becomes inactive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerClass.t
| `String of String_.t
| `Structure of (string * [> `String of SAMLMetadata.t ]) list ])
list ]