Values_0.ApplicationSourceThis API is in preview release for Amazon Connect and is subject to change. A third-party application's metadata.
type nonrec t = {namespace : Namespace.t option;Namespace of the application that you want to give access to.
*)applicationPermissions : ApplicationPermissions.t option;The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
*)type_ : ApplicationType.t option;Type of Application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of Permission.t ] list
| `String of Namespace.t ])
list ]