Values_0.NonCompliantResourceSourceInformation about the resource that was noncompliant with the audit check.
type nonrec t = {resourceType : ResourceType.t option;The type of the noncompliant resource.
*)resourceIdentifier : ResourceIdentifier.t option;Information that identifies the noncompliant resource.
*)additionalInfo : StringMap.t option;Other information about the noncompliant resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `Structure of
(string
* [> `String of CertificateId.t
| `Structure of (string * [> `String of PolicyName.t ]) list ])
list ])
list ]