Skip to main content
Version: v43

webauthn_credential

Webauthn credential

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:05Z
createddate-time

Creation timestamp

Example: 2017-01-01T15:05:05Z
authoruuid

ID of the user who originally authored the object

updateddate-time

Update timestamp

Example: 2017-01-01T15:05:05Z
updated_byuuid

ID of the user who updated the object

Example: eef4aefc-d64e-4c2c-aba4-4914c86ce059
webauthn_credential
{
"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"
}