Values.UpdateSettingsRequestSourceUpdates the configurable settings for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory for which to update settings.
*)settings : Settings.t;The list of Setting objects.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DirectoryConfigurationSettingName.t ])
list ]
list
| `String of DirectoryId.t ])
list ]