Values.PortalSummarySourceContains a portal summary.
type nonrec t = {id : ID.t option;The ID of the portal.
*)name : Name.t option;The name of the portal.
*)description : Description.t option;The portal's description.
*)startUrl : Url.t option;The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
*)creationDate : Timestamp.t option;The date the portal was created, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The date the portal was last updated, in Unix epoch time.
*)roleArn : IamArn.t option;The ARN of the service role that allows the portal's users to access your IoT SiteWise resources on your behalf. For more information, see Using service roles for IoT SiteWise Monitor in the IoT SiteWise User Guide.
*)status : PortalStatus.t option;portalType : PortalType.t option;Define the type of portal. The value for IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for IoT SiteWise Monitor (AI-aware) is SITEWISE_PORTAL_V2.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ID.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string | `String of MonitorErrorMessage.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]