webauthn_credentials
countintegerrequired
Total count
items object[]required
Array [
iduuidrequired
Credential UUID
credential_idstring
Webauthn credential ID
namestring
Credential name
commentstring
Optional comment
last_useddate-time
Timestamp of last login event using this credential
Example:
2017-01-01T15:05:05Zcreateddate-time
Creation timestamp
Example:
2017-01-01T15:05:05Zauthoruuid
ID of the user who originally authored the object
updateddate-time
Update timestamp
Example:
2017-01-01T15:05:05Zupdated_byuuid
ID of the user who updated the object
Example:
eef4aefc-d64e-4c2c-aba4-4914c86ce059]
webauthn_credentials
{
"count": 0,
"items": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"credential_id": "string",
"name": "string",
"comment": "string",
"last_used": "2017-01-01T15:05:05Z",
"created": "2017-01-01T15:05:05Z",
"author": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated": "2017-01-01T15:05:05Z",
"updated_by": "eef4aefc-d64e-4c2c-aba4-4914c86ce059"
}
]
}