Values.AuthenticationSummarySourceA structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication, and whether that authentication is fully configured.
type nonrec t = {providers : AuthenticationProviders.t option;Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
*)samlConfigurationStatus : SamlConfigurationStatus.t option;Specifies whether the workplace's user authentication method is fully configured.
*)}