Skip to main content

The Backend Machine object

The Backend Machine object holds information about a machine.

Properties

  • Name
    createdAt
    Type
    number
    Description

    The Unix timestamp when the machine was created.

  • Name
    defaultTokenTtl
    Type
    number
    Description

    The default time-to-live (TTL) in seconds for tokens created by this machine.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the machine.

  • Name
    instanceId
    Type
    string
    Description

    The ID of the instance the machine belongs to.

  • Name
    name
    Type
    string
    Description

    The name of the machine.

  • Name
    scopedMachines
    Type
    Machine[]
    Description

    The machines that the current machine has access to.

  • Name
    secretKey?
    Type
    string
    Description

    The secret key for the machine.

  • Name
    updatedAt
    Type
    number
    Description

    The Unix timestamp when the machine was last updated.

Feedback

What did you think of this content?

Last updated on