# The Backend MachineScope object

The Backend `MachineScope` object holds information about a machine scope.

## Properties

| Property                                   | Type      | Description                                                  |
| ------------------------------------------ | --------- | ------------------------------------------------------------ |
| <a id="createdat"></a> `createdAt?`        | `number`  | The Unix timestamp when the machine scope was created.       |
| <a id="deleted"></a> `deleted?`            | `boolean` | Whether the machine scope has been deleted.                  |
| <a id="frommachineid"></a> `fromMachineId` | `string`  | The ID of the machine that has access to the target machine. |
| <a id="tomachineid"></a> `toMachineId`     | `string`  | The ID of the machine that is being accessed.                |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
