Values.UnusedIamUserAccessKeyDetailsSourceContains information about an unused access finding for an IAM user access key. 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 = {accessKeyId : String_.t option;The ID of the access key for which the unused access finding was generated.
*)lastAccessed : Timestamp.t option;The time at which the access key was last accessed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]