identity.evaluation.completed
Identity evaluation completed.
Mandatory Attributes
| Attribute | Type | Description |
|---|
orgId | string | Identifier of the organization owning the credential. |
credentialId | string | Internal identifier of the identity credential associated with the event. |
providerType | string | Identity verification provider type (e.g. "PROVE", "MITEK"). |
outcome | string | Evaluation outcome returned by the provider (e.g. "success", "fail"). |
assuranceLevel | int | Assurance level integer returned by the provider. |
responseTimeUsec | int | Request processing time in microseconds (used for tracking SLAs). |
Optional Attributes
| Attribute | Type | Description |
|---|
srcAddr | string | Network address where request is originating from (IPv4 or IPv6). |
traceId | string | Hex-encoded OTel trace ID for log/trace correlation. |
identity.evaluation.failed
Identity evaluation failed.
Mandatory Attributes
| Attribute | Type | Description |
|---|
orgId | string | Identifier of the organization owning the credential. |
credentialId | string | Internal identifier of the identity credential associated with the event. |
reason | string | Short error reason (safe to log, not the full error chain). |
Optional Attributes
| Attribute | Type | Description |
|---|
responseTimeUsec | int | Request processing time in microseconds (used for tracking SLAs). |
srcAddr | string | Network address where request is originating from (IPv4 or IPv6). |
providerType | string | Identity verification provider type (e.g. "PROVE", "MITEK"). |
traceId | string | Hex-encoded OTel trace ID for log/trace correlation. |
identity.credential.created
Identity credential created.
Mandatory Attributes
| Attribute | Type | Description |
|---|
orgId | string | Identifier of the organization owning the credential. |
credentialId | string | Internal identifier of the identity credential associated with the event. |
providerType | string | Identity verification provider type (e.g. "PROVE", "MITEK"). |
identity.credential.updated
Identity credential updated.
Mandatory Attributes
| Attribute | Type | Description |
|---|
orgId | string | Identifier of the organization owning the credential. |
credentialId | string | Internal identifier of the identity credential associated with the event. |
providerType | string | Identity verification provider type (e.g. "PROVE", "MITEK"). |
identity.credential.deleted
Identity credential deleted.
Mandatory Attributes
| Attribute | Type | Description |
|---|
orgId | string | Identifier of the organization owning the credential. |
credentialId | string | Internal identifier of the identity credential associated with the event. |