The credential for authentication with the instance
Fetch a resource from the ServiceNow instance
Subpath to fetch from the instance (ex: /api/now/table/incident)
Optionalinit: RequestInitRequest options to pass to fetch (Default: { method: 'GET', headers: { 'Content-Type': 'application/json' } })
Optionalparams: URLSearchParamsThe response from the fetch request or an error if the request failed
Optionalscope: stringOptionalscopeId: stringMapping between script include identifiers and their sys_id
Mapping of script to scripd sys_id (Example: { 'global.JSUtil': '1e2e4e24c1af42bea7f0c0f9fa40fbeb' })
Produces the typescript definition for glide server scriptables
OptionalsysId: stringOptionaltableGraphs: RelationshipHierarchy<T>[]OptionalscopeId: stringOptionaloptions: { targetUpdateSetId?: string; timeoutMs?: number }
This class handles http communication with the ServiceNow instance