@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_user_group: {
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            allow_data_replicate: true;
            forcePrimaryKeyOrdering: true;
            ih_process_sync_enabled: true;
            iterativeDelete: true;
            kagami_csindex_enabled: true;
            slushbucket_omit_embedded: true;
        };
        label: "Group";
        name: "sys_user_group";
        schema: {
            active: Typed;
            cost_center: Typed;
            default_assignee: Typed;
            description: Typed;
            email: Typed;
            exclude_manager: Typed;
            include_members: Typed;
            manager: Typed;
            name: Typed;
            parent: Typed;
            roles: Typed;
            source: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            type: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.text_index_translations": true;
          allow_data_replicate: true;
          forcePrimaryKeyOrdering: true;
          ih_process_sync_enabled: true;
          iterativeDelete: true;
          kagami_csindex_enabled: true;
          slushbucket_omit_embedded: true;
      }
    • Readonlylabel: "Group"
    • Readonlyname: "sys_user_group"
    • Readonlyschema: {
          active: Typed;
          cost_center: Typed;
          default_assignee: Typed;
          description: Typed;
          email: Typed;
          exclude_manager: Typed;
          include_members: Typed;
          manager: Typed;
          name: Typed;
          parent: Typed;
          roles: Typed;
          source: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          type: Typed;
      }
    • ReadonlytextIndex: true