@servicenow/sdk - v4.9.0
    Preparing search index...
    sys_notification_category: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        display: "name";
        extends: "sys_metadata";
        label: "Notification Category";
        name: "sys_notification_category";
        schema: { name: Typed; short_description: Typed; sys_id: Typed };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlydisplay: "name"
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Notification Category"
    • Readonlyname: "sys_notification_category"
    • Readonlyschema: { name: Typed; short_description: Typed; sys_id: Typed }
    • ReadonlytextIndex: true