Values.AdvancedSecurityOptionsSourceSpecifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.
type nonrec t = {enabled : Boolean.t option;True if advanced security is enabled.
*)internalUserDatabaseEnabled : Boolean.t option;True if the internal user database is enabled.
*)sAMLOptions : SAMLOptionsOutput.t option;Describes the SAML application configured for a domain.
*)anonymousAuthDisableDate : DisableTimestamp.t option;Specifies the Anonymous Auth Disable Date when Anonymous Auth is enabled.
*)anonymousAuthEnabled : Boolean.t option;True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.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
| `Timestamp of DisableTimestamp.t ])
list ]