Security - Get non-MFA compliant partner principals metadata
获取最近 10,000 条调用不符合 MFA 的用户(即,在未使用 MFA 的情况下登录到合作伙伴中心或在过去 7 天内使用非 MFA 持有者令牌向合作伙伴中心 API 发出请求)的前 10,000 条记录。
GET https://api.partnercenter.microsoft.com/v{version}/nonMfaCompliantPartnerPrincipals
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
version
|
path | True |
string |
请求头
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
Authorization | True |
string |
授权持有者令牌 |
ms-correlationid |
string |
用于在内部跟踪请求。 如果未提供 ms-correlationid,则服务器将为每个请求生成一个新请求 |
|
ms-cv |
string |
用于在内部跟踪请求。 如果未提供 ms-cv,服务器将为每个请求生成一个新请求 |
|
ms-requestid |
string |
用于请求的幂等性。 如果未提供 ms-requestid,服务器将为每个请求生成一个新请求 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
请求成功。 已成功检索所有非 MFA 请求元数据。 Media Types: "application/json", "text/json" |
定义
Microsoft.Partner.Core.Collections.Link
名称 | 类型 | 说明 |
---|---|---|
body |
string |
|
headers |
System. |
|
method |
string |
|
uri |
string |
Microsoft.Partner.Core.Collections.ResourceAttributes
名称 | 类型 | 说明 |
---|---|---|
etag |
string |
|
objectType |
string |
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails]
名称 | 类型 | 说明 |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
Microsoft.Partner.Core.Collections.ResourceLinks
名称 | 类型 | 说明 |
---|---|---|
next | ||
previous | ||
self |
Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails
名称 | 类型 | 说明 |
---|---|---|
lastNonMfaCompliantRequestDateTime |
string |
|
objectId |
string |
|
tenantId |
string |
|
upn |
string |
System.Collections.Generic.KeyValuePair[System.String,System.String]
名称 | 类型 | 说明 |
---|---|---|
key |
string |
|
value |
string |