Values.AuthenticationDescriptionSourceA structure containing information about the user authentication methods used by the workspace.
type nonrec t = {providers : AuthenticationProviders.t option;Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use the Grafana console in the Amazon Managed Grafana workspace.
*)saml : SamlAuthentication.t option;A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.
*)awsSso : AwsSsoAuthentication.t option;A structure containing information about how this workspace works with IAM Identity Center.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Enum of string
| `String of SSOClientId.t
| `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 ])
list ]