Values.UnprocessedIdentityIdSourceAn array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
type nonrec t = {identityId : IdentityId.t option;A unique identifier in the format REGION:GUID.
*)errorCode : ErrorCode.t option;The error code indicating the type of error that occurred.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IdentityId.t ]) list ]