Values.FindingActorSourceProvides information about an entity that performed an action that produced a policy finding for a resource.
type nonrec t = {domainDetails : DomainDetails.t option;The domain name of the device that the entity used to perform the action on the affected resource.
*)ipAddressDetails : IpAddressDetails.t option;The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.
*)userIdentity : UserIdentity.t option;The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Double of float
| `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `String of string
| `Timestamp of string ])
list ])
list ])
list ])
list ])
list ]