> ## 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.

# Mitigated Credential

The `mitigated_credential` type represents a compromised credential for which a mitigation action, such as disabling the account or revoking its sessions, was performed through the tenant's identity provider integration.

```json Mitigated Credential theme={null}
{
    "event_type": "mitigated_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",
        "mitigation_action": "disable_account"
    }
}
```
