Values.UnusedPermissionDetailsSourceContains information about an unused access finding for a permission. IAM Access Analyzer charges for unused access analysis based on the number of IAM roles and users analyzed per month. For more details on pricing, see IAM Access Analyzer pricing.
type nonrec t = {actions : UnusedActionList.t option;A list of unused actions for which the unused access finding was generated.
*)serviceNamespace : String_.t option;The namespace of the Amazon Web Services service that contains the unused actions.
*)lastAccessed : Timestamp.t option;The time at which the permission was last accessed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t | `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]