certificate_saved

Overview

The certificate_saved event is sent after a new certificate has been created, or an existing certificate has been updated or deleted in the Table Editor > Certification Tracking.

Event Parameters

Parameter

Data Type

Description

EventName

string

The name of the specific event.

FrontOfficeTenantId

integer

Front office ID that indicates the tenant (client) for which the request is being made.

Resource

string

Event specific information:

CertificateIdList(array of integers): A list of Certificate IDs.
CorrelationId(string): Unique identifier for this event.
BusinessProcessId(string): The identifier for the business process.

ResourceModelType

string

.NET class name for the Resource.

CorrelationId

string

Unique identifier for this event.

Sample Event

{
  "EventName": "certificate_saved",
  "FrontOfficeTenantId": 6,
  "Resource": "{\"CertificateIdList\":[9380],\"CorrelationId\":\"0c015041-e381-448a-b654-a398a025a2e5\,\"BusinessProcessId\":"00040070-0030-2300-0340-000000000057"}",
  "ResourceModelType": "Avionte.Commons.CompasEventModel.ResourceModel.CertificateResourceModel, Avionte.Commons.CompasEventModel, Version=1.2.4.0, Culture=neutral, PublicKeyToken=null",
  "CorrelationId": "0c015041-e381-448a-b654-a398a025a2e5"
}

Associated Endpoint

For details about the tenant certificates, check the Get Certificates endpoint.