Type alias QuickBaseResponseCloneUserToken

QuickBaseResponseCloneUserToken: {
    active: boolean;
    apps: {
        id: string;
        name: string;
    }[];
    description: string;
    id: number;
    lastUsed: string;
    name: string;
    token: string;
}

Type declaration

  • active: boolean

    Whether the user token is active.

  • apps: {
        id: string;
        name: string;
    }[]

    The list of apps this user token is assigned to.

  • description: string

    User Token description.

  • id: number

    User Token id.

  • lastUsed: string

    The last date this user token was used, in the ISO 8601 time format YYYY-MM-DDThh:mm:ss.sssZ (in UTC time zone).

  • name: string

    User Token name.

  • token: string

    User Token value.

Generated using TypeDoc