Values_2.UpdateGlueIdentityCenterConfigurationRequestSourceRequest to update an existing Glue Identity Center configuration.
type nonrec t = {scopes : Values_1.IdentityCenterScopesList.t option;A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.
*)userBackgroundSessionsEnabled : Values_0.NullableBoolean.t option;Specifies whether users can run background sessions when using Identity Center authentication with Glue services.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `List of [> `String of string ] list ])
list ]