Module Values_2.UpdateGlueIdentityCenterConfigurationRequestSource

Request to update an existing Glue Identity Center configuration.

Sourcetype nonrec t = {
  1. scopes : Values_1.IdentityCenterScopesList.t option;
    (*

    A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.

    *)
  2. userBackgroundSessionsEnabled : Values_0.NullableBoolean.t option;
    (*

    Specifies whether users can run background sessions when using Identity Center authentication with Glue services.

    *)
}
Sourceval make : ?scopes:??? -> ?userBackgroundSessionsEnabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.NullableBoolean.t | `List of [> `String of string ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t