| Field | Type | Required | Description |
|---|---|---|---|
object |
models.MachineObject | ✔️ | N/A |
id |
str | ✔️ | Unique identifier for the machine. |
name |
str | ✔️ | The name of the machine. |
instance_id |
str | ✔️ | The ID of the instance this machine belongs to. |
created_at |
int | ✔️ | Unix timestamp of creation. |
updated_at |
int | ✔️ | Unix timestamp of last update. |
default_token_ttl |
Optional[int] | ➖ | The default time-to-live (TTL) in seconds for tokens created by this machine. |
scoped_machines |
List[models.MachineWithoutScopedMachines] | ✔️ | Array of machines this machine has access to. |