digipassActivityQuery (Command)
  • 20 Dec 2024
  • 2 Minutes à lire
  • Sombre
    Lumière
  • PDF

digipassActivityQuery (Command)

  • Sombre
    Lumière
  • PDF

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

The digipassActivityQuery command allows to query the recent authentication, signature validation, administration, and provisioning activity of a particular authenticator.

Parameters

  Table: digipassActivityQuery input parameters (SOAP administration)
Parameter nameData typeDescription
sessionIDStringRequired. The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see  logon (Command)).
optionsDigipassActivityQueryOptionsOptional. Options to determine what results should be returned. See  DigipassActivityQueryOptions (Data type).
digipassDigipassActivityInputRequired. Specifies the authenticator to query recent activities (see  DigipassActivityInput (Data type)).
  Table: digipassActivityQuery output parameters (SOAP administration)
Parameter nameData typeDescription
errorStackErrorStackOptional. The error stack, indicating that the command has not completed successfully.
resultCodesResultCodesRequired. The result and status codes returned by the command.
resultCountIntegerRequired. The number of items in digipassActivityList.
digipassActivityListDigipassActivityListOptional. A list containing the queried authenticator activities (see  DigipassActivityList (Data type)).

DigipassActivityInput (Data type)

  Table: DigipassActivityInput (Data type)
Element nameData typeDescription
serialNumberStringThe serial number of the authenticator to query.

DigipassActivityQueryOptions (Data type)

  Table: DigipassActivityQueryOptions (Data type)
Element nameData typeDescription
rowOffsetUnsigned Integer

Optional. Option to request OneSpan Authentication Server to return result records starting from the specified offset. Can only be used together with rowCount.

Default value: 0

rowCountUnsigned Integer

Optional. Option to request OneSpan Authentication Server to return the specified number of result records, beginning with the record specified by rowOffset.

If set to 0, all result records are returned.

Default value: 0

countOnlyBoolean

Optional. Flag to request OneSpan Authentication Server to return only the number of records in the result set, but not the result set itself.

Default value: false

sortOrderDigipassActivitySortOrder

Optional. Determines the sort order of the result set. By default, the result set is not sorted (see  DigipassActivitySortOrder (Data type)).

DigipassActivitySortOrder (Data type)

  Table: DigipassActivitySortOrder (Data type)
Element nameData typeDescription
nameDigipassActivitySortOrderFieldEnum

Determines the field attribute to use as key to sort the result set.

Possible values:

  • category
  • clientLocation
  • code
  • policyID
  • timestamp
orderSortOrderEnum

Determines the sort order of the result set.

Possible values:

  • ASC. Result set in ascending order.
  • DESC. Result set in descending order.

DigipassActivityList (Data type)

  Table: DigipassActivityList (Data type)
Element nameData typeDescription
activityDigipassActivityA list containing the queried authenticator activities.
  Table: DigipassActivity (Data type)
Element nameReturned?Description
AMIDAlwaysThe audit message identifier.
auditLocationAlwaysThe location of the component that audited the message. Typically an IP address.
categoryAlwaysThe audit category.
clientLocationOptionalThe location of the client component that triggered the audit message. Typically an IP address.
clientTypeOptionalThe client component type.
codeAlwaysThe audit message code.
descriptionAlwaysThe description of the audit message.
policyIDOptionalThe policy related to the audit message.
reasonOptionalA textual description why the message was audited.
sourceAlwaysThe string representation of the source of the audit message.

timestamp

Always

The time when the audit message was recorded.

typeAlways

The type of the audit message.

Possible values:

  • Error
  • Failure
  • Information
  • Invalid Type
  • Success
  • Warning

Example

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adm="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Administration">
  <soapenv:Header/>
  <soapenv:Body>
    <adm:digipassActivityQueryRequest>
      <sessionID>bbhDR7=mI90R+Q1Kr_??~9IesbmtnVyQ</sessionID>
      <options>
        <rowOffset>0</rowOffset>
        <rowCount>100</rowCount>
        <countOnly>false</countOnly>
        <sortOrder name="timestamp" order="ASC"/>
      </options>
      <digipass>
        <serialNumber>12-3456789-0</serialNumber>
      </digipass>
    </adm:digipassActivityQueryRequest>
  </soapenv:Body>
</soapenv:Envelope>

Requirements

Required administration privileges:

  • View Recent DIGIPASS Activity

Additional references

For more information about accepted recent authenticator activities, refer to the OneSpan Authentication Server Product Guide, Section "User Dashboard".


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle