文件名称:azf-dust-api
文件大小:127KB
文件格式:ZIP
更新时间:2024-05-03 10:45:38
JavaScript
AZF-灰尘-API 所有呼叫都需要一个活动的Azure AD令牌 /report 调用并行执行。 调用检索到数据后,它将被保存到MongoDB中。 然后将对检索到的数据执行测试。 当所有调用完成时,将对所有检索到的数据执行测试。 { " systems " : [ " aad " , " ad " , " feide " ], " user " : { " userPrincipalName " : " bjarne.betjent@vtfk.no " , " expectedType " : " employee|student " , ...userProps } } /search?q=searchString&top=5 在数据库中搜索缓存的用户 q :搜索内容 top (可选) :搜索限制 /system
【文件预览】:
azf-dust-api-main
----.gitignore(395B)
----DUSTActivity()
--------function.json(118B)
--------index.js(2KB)
----package.json(1KB)
----package-lock.json(259KB)
----WorkerActivity()
--------function.json(118B)
--------index.js(2KB)
----System()
--------function.json(320B)
--------index.js(649B)
----systems()
--------sds()
--------ad()
--------data()
--------visma()
--------index.js(590B)
--------aad()
--------feide()
--------pifu()
----UserSearch()
--------function.json(278B)
--------index.js(836B)
----.github()
--------workflows()
----HttpStatus()
--------function.json(406B)
--------index.js(2KB)
----README.md(6KB)
----tests()
--------systems.test.js(38KB)
--------helpers()
----DUSTOrchestrator()
--------function.json(123B)
--------index.js(6KB)
----config.js(3KB)
----lib()
--------get-response-object.js(144B)
--------update-user.js(419B)
--------helpers()
--------auth()
--------test.js(1KB)
--------user-query.js(2KB)
--------get-data.js(915B)
--------http-error.js(966B)
--------call-test.js(426B)
--------mongo()
--------get-status-response.js(892B)
--------graph()
--------handle-data.js(722B)
--------call-handlers.js(1KB)
----.vscode()
--------settings.json(276B)
--------launch.json(216B)
--------tasks.json(392B)
--------extensions.json(73B)
----DUSTReport()
--------function.json(394B)
--------index.js(553B)
----renovate.json(122B)
----host.json(288B)