Values.ResourceIdentifierSourceDefines a resource identifier for the drifted resource.
type nonrec t = {logicalResourceId : LogicalResourceId.t option;Logical identifier of the drifted resource.
*)resourceType : String255.t option;Type of the drifted resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String255.t
| `Structure of (string * [> `String of String255.t ]) list ])
list ]