Jetstream API
Event Types

DeviceCredentialsAddedEvent

4min

About

DeviceCredentialsAddedEvent data indicates when an application has added credentials to the access control list of a device using Create 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 added.

AddedCredentials

array(string)

The list of 10-40 digit hexadecimal RFID values of the access passes that were added to the device.

Example

Published DeviceCredentialsAddedEvent

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

Version Changes

None – this is a new event.