Values_2.GetGlueIdentityCenterConfigurationResponseSourceResponse containing the Glue Identity Center configuration details.
type nonrec t = {applicationArn : Values_0.ApplicationArn.t option;The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.
*)instanceArn : Values_1.IdentityCenterInstanceArn.t option;The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.
*)scopes : OrchestrationStringList.t option;A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
*)userBackgroundSessionsEnabled : Values_0.NullableBoolean.t option;Indicates whether users can run background sessions when using Identity Center authentication with Glue services.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `ConcurrentModificationException of Values_1.ConcurrentModificationException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConcurrentModificationException of
Values_1.ConcurrentModificationException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `ConcurrentModificationException of
Values_1.ConcurrentModificationException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `List of [> `String of Values_0.GenericString.t ] list
| `String of Values_0.ApplicationArn.t ])
list ]