Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.52 KB

File metadata and controls

15 lines (12 loc) · 3.52 KB

Machine

Fields

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.