@servicenow/sdk - v4.4.1
    Preparing search index...
    interface alm_hardware {
        eligible_for_refresh: Typed<
            boolean,
            {
                attributes: { no_text_index: true };
                default: false;
                label: [
                    {
                        hint: "Is the asset eligible for refresh?";
                        label: "Eligible for refresh";
                        language: "en";
                        plural: "Eligible for refreshes";
                    },
                ];
                readOnly: true;
                readOnlyOption: "instance_configured";
            },
        >;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eligible_for_refresh: Typed<
        boolean,
        {
            attributes: { no_text_index: true };
            default: false;
            label: [
                {
                    hint: "Is the asset eligible for refresh?";
                    label: "Eligible for refresh";
                    language: "en";
                    plural: "Eligible for refreshes";
                },
            ];
            readOnly: true;
            readOnlyOption: "instance_configured";
        },
    >
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >