@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_email: {
        actions: ["read", "update", "create"];
        allowWebServiceAccess: true;
        attributes: { forcePrimaryKeyOrdering: true; no_labels: true };
        display: "subject";
        label: "Email";
        name: "sys_email";
        schema: {
            blind_copied: Typed;
            body: Typed;
            body_text: Typed;
            checkpoint: Typed;
            content_type: Typed;
            copied: Typed;
            deleted: Typed;
            direct: Typed;
            error_string: Typed;
            headers: Typed;
            importance: Typed;
            instance: Typed;
            mailbox: Typed;
            message_id: Typed;
            notification_type: Typed;
            receive_type: Typed;
            recipients: Typed;
            reply_to: Typed;
            state: Typed;
            status: Typed;
            subject: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
            target_table: Typed;
            type: Typed;
            uid: Typed;
            user: Typed;
            user_id: Typed;
            weight: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { forcePrimaryKeyOrdering: true; no_labels: true }
    • Readonlydisplay: "subject"
    • Readonlylabel: "Email"
    • Readonlyname: "sys_email"
    • Readonlyschema: {
          blind_copied: Typed;
          body: Typed;
          body_text: Typed;
          checkpoint: Typed;
          content_type: Typed;
          copied: Typed;
          deleted: Typed;
          direct: Typed;
          error_string: Typed;
          headers: Typed;
          importance: Typed;
          instance: Typed;
          mailbox: Typed;
          message_id: Typed;
          notification_type: Typed;
          receive_type: Typed;
          recipients: Typed;
          reply_to: Typed;
          state: Typed;
          status: Typed;
          subject: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
          target_table: Typed;
          type: Typed;
          uid: Typed;
          user: Typed;
          user_id: Typed;
          weight: Typed;
      }