@runloop/api-client - v1.22.0
    Preparing search index...

    Interface UserParameters

    Configuration for the Linux user in the Devbox environment.

    interface UserParameters {
        uid: number;
        username: string;
    }
    Index

    Properties

    Properties

    uid: number

    User ID (UID) for the Linux user. Must be a non-negative integer.

    username: string

    Username for the Linux user.