Values.RecommendedStepSourceContains information about a recommended step for an unused access analyzer finding.
type nonrec t = {unusedPermissionsRecommendedStep : UnusedPermissionsRecommendedStep.t option;A recommended step for an unused permissions finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ])
list ]