Skip to main content
Version: v41

webauthn_credentials

countintegerrequired

Total count

items object[]required
  • Array [
  • idstring<uuid>required

    Credential UUID

    credential_idstring

    Webauthn credential ID

    namestring

    Credential name

    commentstring

    Optional comment

    last_usedstring<date-time>

    Timestamp of last login event using this credential

    Example: 2017-01-01T15:05:05Z
    createdstring<date-time>

    Creation timestamp

    Example: 2017-01-01T15:05:05Z
    authorstring<uuid>

    ID of the user who originally authored the object

    updatedstring<date-time>

    Update timestamp

    Example: 2017-01-01T15:05:05Z
    updated_bystring<uuid>

    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"
    }
    ]
    }