Jetstream API
Event Types

DeviceCredentialsRemovedEvent

4min

About

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

RemovedCredentials

array(string)

A list of 10-40 digit hexadecimal RFID values of the access passes that have been removed from the device’s access list.

Example

Published DeviceCredentialsRemovedEvent

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

Version Changes

None – this is a new event.