다음을 통해 공유


Security - Get non-MFA compliant partner principals metadata

지난 7일 동안 MFA 규격이 아닌 호출 파트너 사용자(즉, MFA 없이 파트너 센터에 로그인했거나 MFA가 아닌 전달자 토큰을 사용하여 파트너 센터 API에 요청을 한 경우)의 처음 10,000개의 가장 최근 레코드를 가져옵니다.

GET https://api.partnercenter.microsoft.com/v{version}/nonMfaCompliantPartnerPrincipals

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
version
path True

string

요청 헤더

Name 필수 형식 Description
Authorization True

string

권한 부여 전달자 토큰

ms-correlationid

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 상관 관계를 생성합니다.

ms-cv

string

내부적으로 요청을 추적하는 데 사용됩니다. ms-cv 제공되지 않으면 서버는 각 요청에 대해 새 ms-cv 생성합니다.

ms-requestid

string

요청의 idempotency에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 요청을 생성합니다.

응답

Name 형식 Description
200 OK

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails]

요청이 성공했습니다. MFA가 아닌 모든 요청 메타데이터가 성공적으로 검색됩니다.

Media Types: "application/json", "text/json"

정의

Name Description
Microsoft.Partner.Core.Collections.Link
Microsoft.Partner.Core.Collections.ResourceAttributes
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails]
Microsoft.Partner.Core.Collections.ResourceLinks
Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name 형식 Description
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

Microsoft.Partner.Core.Collections.ResourceAttributes

Name 형식 Description
etag

string

objectType

string

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails]

Name 형식 Description
attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

items

Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails[]

links

Microsoft.Partner.Core.Collections.ResourceLinks

totalCount

integer

Name 형식 Description
next

Microsoft.Partner.Core.Collections.Link

previous

Microsoft.Partner.Core.Collections.Link

self

Microsoft.Partner.Core.Collections.Link

Microsoft.Partner.Service.Customers.Contracts.V1.MfaCompliance.NonMfaCompliantPartnerPrincipalDetails

Name 형식 Description
lastNonMfaCompliantRequestDateTime

string

objectId

string

tenantId

string

upn

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name 형식 Description
key

string

value

string