首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >microsoft-graph Azure AD signIns预览日志修改

microsoft-graph Azure AD signIns预览日志修改
EN

Stack Overflow用户
提问于 2018-11-20 05:54:44
回答 1查看 168关注 0票数 0

我尝试为我们所有的azure账户运行登录报告,我转到Azure AD -> Sign-Ins -> download,下载PowerShell脚本并成功获取数据。然而,它生成了太多的细节。URL = https://graph.microsoft.com/beta/auditLogs/signIns

我运行了过去的7天,并产生了超过1亿txt数据,我只是寻找所有用户的signIns报告与id和createdDateTime只。

如何更改导出数据?我是这个图形浏览器的新手,如果你有任何想法和建议,请让我知道,谢谢。

代码语言:javascript
复制
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#auditLogs/signIns",
    "value": [
        {
            "id": "",
            "createdDateTime": "2018-11-20T00:12:09.3961159Z",
            "userDisplayName": "",
            "userPrincipalName": ".com",
            "userId": "",
            "appId": "",
            "appDisplayName": "Graph explorer",
            "ipAddress": "",
            "clientAppUsed": "Browser",
            "mfaDetail": null,
            "correlationId": "",
            "conditionalAccessStatus": null,
            "originalRequestId": null,
            "isInteractive": true,
            "tokenIssuerName": null,
            "tokenIssuerType": "AzureAD",
            "processingTimeInMilliseconds": 0,
            "riskDetail": "hidden",
            "riskLevelAggregated": "hidden",
            "riskLevelDuringSignIn": "hidden",
            "riskState": "none",
            "riskEventTypes": [],
            "resourceDisplayName": "microsoft graph",
            "resourceId": "00000003-0000-0000-c000-000000000000",
            "authenticationMethodsUsed": [],

}

EN

回答 1

Stack Overflow用户

发布于 2018-11-20 11:26:09

我只想为id和createdDateTime的所有用户寻找signIns报告

在微软的Graph Api中,query $select=id,createdDateTime可以做你想要的,但是signIns不支持select,其他的supported query不能做这件事。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53383190

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档