> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Invalid Credential

The `invalid_credential` type represents a leaked credential that was checked against the tenant's identity provider integration, such as Microsoft Entra ID, and confirmed to to be invalid.

```json Invalid Credential theme={null}
{
    "event_type": "invalid_credential",
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    },
    "data": {
        "identity_name": "john.doe@example.com",
        "credential_hash": "a1b2c3d4e5f67890",
        "tenant_integration_id": "00000000-0000-0000-0000-000000000001"
    }
}
```
