Values.AccessPolicySummarySourceContains an access policy that defines an identity's access to an IoT SiteWise Monitor resource.
type nonrec t = {id : ID.t option;The ID of the access policy.
*)identity : Identity.t option;The identity (an IAM Identity Center user, an IAM Identity Center group, or an IAM user).
*)resource : Resource.t option;The IoT SiteWise Monitor resource (a portal or project).
*)permission : Permission.t option;The permissions for the access policy. Note that a project ADMINISTRATOR is also known as a project owner.
*)creationDate : Timestamp.t option;The date the access policy was created, in Unix epoch time.
*)lastUpdateDate : Timestamp.t option;The date the access policy was last updated, in Unix epoch time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ID.t
| `Structure of
(string
* [> `Structure of (string * [> `String of IdentityId.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]