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

    Type Alias GetRolesResponse

    GetRolesResponse: {
        access?: {
            id?: number;
            type?:
                | "None"
                | "Administrator"
                | "Basic Access with Share"
                | "Basic Access"
                | "Partial Administrator";
            [key: string]: unknown;
        };
        id?: number;
        name?: string;
        [key: string]: unknown;
    }[]

    Type Declaration

    • [key: string]: unknown
    • Optionalaccess?: {
          id?: number;
          type?:
              | "None"
              | "Administrator"
              | "Basic Access with Share"
              | "Basic Access"
              | "Partial Administrator";
          [key: string]: unknown;
      }

      The role access properties.

      • Optionalid?: number

        The ID of the access type the role is given. (0 = None, 1 = Administrator, 2 = Basic Access with Share, 3 = Basic Access, 4 = Partial Administrator).

      • Optionaltype?:
            | "None"
            | "Administrator"
            | "Basic Access with Share"
            | "Basic Access"
            | "Partial Administrator"

        The type of access the role is given.

    • Optionalid?: number

      The role id.

    • Optionalname?: string

      The role name.