Values.ApplicationSourceSummary information for an Amazon Q Business application.
type nonrec t = {displayName : ApplicationName.t option;The name of the Amazon Q Business application.
*)applicationId : ApplicationId.t option;The identifier for the Amazon Q Business application.
*)createdAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business application was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the Amazon Q Business application was last updated.
*)status : ApplicationStatus.t option;The status of the Amazon Q Business application. The application is ready to use when the status is ACTIVE.
*)identityType : IdentityType.t option;The authentication type being used by a Amazon Q Business application.
*)quickSightConfiguration : QuickSightConfiguration.t option;The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationName.t
| `Structure of (string * [> `String of ClientNamespace.t ]) list
| `Timestamp of Timestamp.t ])
list ]