[{"label":"Latest (v1.0)","version":"latest"}]
csp

PagedPostResponseMfaAuditLogDto

Partial result of the API call with next and previous links and total results count.


Properties

integer as int32
itemsPerPage Optional

Number of items per page.


array of MfaAuditLogDto
results Optional

Partial list of returned results.


integer as int32
startIndex Optional

Start index of the results.


integer as int32
totalResults Optional

Total number of results if available

JSON Example

{
    "itemsPerPage": 25,
    "startIndex": 5,
    "totalResults": 2000
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Principal MFA Audit Log

Feedback

Was this page helpful?