Values.FindingDetailsSourceContains information about an external access or unused access finding. Only one parameter can be used in a FindingDetails object.
type nonrec t = {internalAccessDetails : InternalAccessDetails.t option;The details for an internal access analyzer finding. This contains information about access patterns identified within your Amazon Web Services organization or account.
*)externalAccessDetails : ExternalAccessDetails.t option;The details for an external access analyzer finding.
*)unusedPermissionDetails : UnusedPermissionDetails.t option;The details for an unused access analyzer finding with an unused permission finding type.
*)unusedIamUserAccessKeyDetails : UnusedIamUserAccessKeyDetails.t option;The details for an unused access analyzer finding with an unused IAM user access key finding type.
*)unusedIamRoleDetails : UnusedIamRoleDetails.t option;The details for an unused access analyzer finding with an unused IAM role finding type.
*)unusedIamUserPasswordDetails : UnusedIamUserPasswordDetails.t option;The details for an unused access analyzer finding with an unused IAM user password finding type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]