Identity Service Event Types
Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449).
| $id | https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json |
| $schema | http://json-schema.org/draft-07/schema |
| $id |
https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json |
| Title |
Identity Service Event Types |
| Description |
Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449). |
| Type | String |
| Enum |
- installer.created
- installer.updated
- installer.deleted
- enrollment.retired
- factory-pubkey.rotated
|
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.1.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Identity Service Event Types",
"description": "Event types emitted by the identity service. v1.1.0 adds the enrollment credential-lifecycle events (PLAT-449).",
"type": "string",
"enum": [
"installer.created",
"installer.updated",
"installer.deleted",
"enrollment.retired",
"factory-pubkey.rotated"
]
}