Represents an event message to be posted to the acre Access Control platform
This is the where, when, and what event happened.
EventMessagePosting
| Field | Type | Inherited from | Description |
|---|---|---|---|
| AppKey | String | EventMessagePosting | Gets or sets the application key that is posting the event |
| EventDataBsonBase64 | String | EventMessagePosting | Gets or sets the event data encoded as Base64 BSON |
| EventTypeMoniker | MonikerItem | EventMessagePosting | Gets or sets the event type moniker |
| OccurredOn | DateTime | EventMessagePosting | Gets or sets when the event occurred |
| RelatedObjects | ObjectLinkItem[] | EventMessagePosting | Gets or sets the objects related to this event |
{
"AppKey" : "String",
"EventDataBsonBase64" : "String",
"EventTypeMoniker" : "[MonikerItem](/object-model/monikeritem)",
"OccurredOn" : "DateTime",
"RelatedObjects" : "[ObjectLinkItem](/object-model/objectlinkitem)[]"
}