Values.SamlAuthenticationSourceA structure containing information about how this workspace works with SAML.
type nonrec t = {status : SamlConfigurationStatus.t option;Specifies whether the workspace's SAML configuration is complete.
*)configuration : SamlConfiguration.t option;A structure containing details about how this workspace works with SAML.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Integer of LoginValidityDuration.t
| `List of [> `String of AllowedOrganization.t ] list
| `Structure of
(string
* [> `List of [> `String of RoleValue.t ] list
| `String of IdpMetadataUrl.t ])
list ])
list ])
list ]