Jetstream API
Event Types

DeviceCredentialsModifiedEvent

4min

About

DeviceCredentialsModifiedEvent data indicates when an application has modified credentials on the access control list of a device using Modify Device Credentials.

Fields

Property

Details

Type

string

The type of Jetstream event.

EventId

string Unique

The ID assigned to the event.

EventTime

string

The time that the event occurred.

The value is expressed in UTC.

This value is expressed in the following format: yyyy-MM-ddTHH:mm:ssZ

Version

int

The Jetstream version of the event.

Device

string

The name of the device.

CredentialType

string

The type of the credentials modified.

CurrentCredentials

array(string)

A list of 10-40 digit hexadecimal RFID values of the access passes that have been set to have access to the device.

Example

Published DeviceCredentialsModifiedEvent

{ "Device": "MyDeviceName", "CredentialType": "Basic", "CurrentCredentials":[ "MyBasicCredentials1_Value", "MyBasicCredentials2_Value", "MyBasicCredentials3_Value" ], "Type": "DeviceCredentialsModifiedEvent", "EventId": "f635b21d-1425-4a10-b934-266e707ce785", "EventTime": "2018-05-19T07:17:50Z", "Version": 3 }

Version Changes

None – this is a new event.