@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_script_include {
        access: Typed<
            "public"
            | "package_private",
            {
                active: true;
                choices: {
                    package_private: {
                        inactive: false;
                        label: "This application scope only";
                        language: "en";
                    };
                    public: {
                        inactive: false;
                        label: "All application scopes";
                        language: "en";
                    };
                };
                default: "package_private";
                dropdown: "dropdown_without_none";
                label: "Accessible from";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        active: Typed<
            boolean,
            {
                active: true;
                default: true;
                label: "Active";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        api_name: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "API Name";
                mandatory: false;
                maxLength: 100;
                read_only: false;
            },
        >;
        caller_access: Typed<
            1
            | 2,
            {
                active: true;
                choices: {
                    "1": { inactive: false; label: "Caller Tracking"; language: "en" };
                    "2": { inactive: false; label: "Caller Restriction"; language: "en" };
                };
                dropdown: "dropdown_with_none";
                label: "Caller Access";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        client_callable: Typed<
            boolean,
            {
                active: true;
                label: "Glide AJAX enabled";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        description: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Description";
                mandatory: false;
                maxLength: 4000;
                read_only: false;
            },
        >;
        mobile_callable: Typed<
            boolean,
            {
                active: true;
                label: "Mobile callable";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        name: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Name";
                mandatory: false;
                maxLength: 100;
                read_only: false;
            },
        >;
        sandbox_callable: Typed<
            boolean,
            {
                active: true;
                label: "Sandbox enabled";
                mandatory: false;
                maxLength: 40;
                read_only: false;
            },
        >;
        script: Typed<
            string
            | number,
            {
                active: true;
                column_type: "script_plain";
                label: "Script";
                mandatory: false;
                maxLength: 8000;
                read_only: false;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    access: Typed<
        "public"
        | "package_private",
        {
            active: true;
            choices: {
                package_private: {
                    inactive: false;
                    label: "This application scope only";
                    language: "en";
                };
                public: {
                    inactive: false;
                    label: "All application scopes";
                    language: "en";
                };
            };
            default: "package_private";
            dropdown: "dropdown_without_none";
            label: "Accessible from";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    active: Typed<
        boolean,
        {
            active: true;
            default: true;
            label: "Active";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    api_name: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "API Name";
            mandatory: false;
            maxLength: 100;
            read_only: false;
        },
    >
    caller_access: Typed<
        1
        | 2,
        {
            active: true;
            choices: {
                "1": { inactive: false; label: "Caller Tracking"; language: "en" };
                "2": { inactive: false; label: "Caller Restriction"; language: "en" };
            };
            dropdown: "dropdown_with_none";
            label: "Caller Access";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    client_callable: Typed<
        boolean,
        {
            active: true;
            label: "Glide AJAX enabled";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    description: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Description";
            mandatory: false;
            maxLength: 4000;
            read_only: false;
        },
    >
    mobile_callable: Typed<
        boolean,
        {
            active: true;
            label: "Mobile callable";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    name: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Name";
            mandatory: false;
            maxLength: 100;
            read_only: false;
        },
    >
    sandbox_callable: Typed<
        boolean,
        {
            active: true;
            label: "Sandbox enabled";
            mandatory: false;
            maxLength: 40;
            read_only: false;
        },
    >
    script: Typed<
        string
        | number,
        {
            active: true;
            column_type: "script_plain";
            label: "Script";
            mandatory: false;
            maxLength: 8000;
            read_only: false;
        },
    >