QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface Role

    A role defined in a QuickBase application

    interface Role {
        access: RoleAccess;
        id: number;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    access: RoleAccess

    Access level granted by this role

    id: number

    Unique role ID

    name: string

    Display name of the role