<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZMacMachineIdentifier/dataRepresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZMacMachineIdentifier(py)dataRepresentation"
  },
  "title" : "dataRepresentation"
}
-->

# dataRepresentation

Returns the opaque data representation of the machine identifier.

```
var dataRepresentation: Data { get }
```

## Discussion

You can use this to recreate the same machine identifier with [`init(dataRepresentation:)`](/documentation/Virtualization/VZMacMachineIdentifier/init(dataRepresentation:)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)