Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 603 Bytes

authentication-info-query-result.md

File metadata and controls

25 lines (17 loc) · 603 Bytes

Authentication Info Query Result

Structure

AuthenticationInfoQueryResult

Fields

Name Type Tags Description
items List of AuthenticationInfo Optional Gets or sets the items.
total_record_count int Optional Gets or sets the total number of records available.
start_index int Optional Gets or sets the index of the first record in Items.

Example (as JSON)

{
  "Items": null,
  "TotalRecordCount": null,
  "StartIndex": null
}