@servicenow/sdk - v4.4.1
    Preparing search index...
    alm_hardware: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { kagami_csindex_enabled: true };
        audit: true;
        extends: "alm_asset";
        label: "Hardware";
        name: "alm_hardware";
        schema: { eligible_for_refresh: Typed; sys_id: Typed };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { kagami_csindex_enabled: true }
    • Readonlyaudit: true
    • Readonlyextends: "alm_asset"
    • Readonlylabel: "Hardware"
    • Readonlyname: "alm_hardware"
    • Readonlyschema: { eligible_for_refresh: Typed; sys_id: Typed }