Identity Service Event Types
Event types emitted by the identity service.
| $id | https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
| $id |
https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.0.0.json |
| Title |
Identity Service Event Types |
| Description |
Event types emitted by the identity service. |
| Type | String |
| Enum |
- installer.created
- installer.updated
- installer.deleted
|
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/service/identity/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Identity Service Event Types",
"description": "Event types emitted by the identity service.",
"type": "string",
"enum": [
"installer.created",
"installer.updated",
"installer.deleted"
]
}