Values.UpdateEnvironmentRequestSourceUpdate your FinSpace environment.
type nonrec t = {environmentId : IdType.t;The identifier of the FinSpace environment.
*)name : EnvironmentName.t option;The name of the environment.
*)description : Description.t option;The description of the environment.
*)federationMode : FederationMode.t option;Authentication mode for the environment. FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider. LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.
*)federationParameters : FederationParameters.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IdType.t
| `Structure of
(string
* [> `Map of
([> `String of FederationAttributeKey.t ]
* [> `String of FederationAttributeValue.t ])
list
| `String of SamlMetadataDocument.t ])
list ])
list ]