Subscribe to the Non-Human & AI Identity Journal

Identity Record

A durable directory object that represents a person, service, or system inside an organisation. It holds the stable attributes used for governance, audit, and lifecycle management, but it is not the proof presented at login. Identity records should change far less often than the credentials used to authenticate them.

Expanded Definition

An identity record is the authoritative directory entry that describes who or what an entity is inside an organisation’s control plane. In NHI management, that record may describe a person, a service account, an application, a workload, or an AI agent, but it remains distinct from the credential used to prove possession at authentication time. That distinction matters because the record is the governance anchor for lifecycle, ownership, entitlements, and audit evidence.

Definitions vary across vendors when identity records are blended with profile data, account metadata, or credential vault entries. NHI Management Group treats the term as the durable object that should outlive password changes, token rotation, certificate renewal, and temporary access events. This is closely aligned with NIST Cybersecurity Framework 2.0, which emphasises identity governance, access control, and lifecycle accountability as operational functions rather than one-time setup tasks.

The most common misapplication is treating the identity record as the credential itself, which occurs when teams store secrets, certificates, and access attributes in the same object and then rotate or delete the wrong thing.

Examples and Use Cases

Implementing identity records rigorously often introduces administrative overhead, requiring organisations to balance cleaner governance against the cost of maintaining accurate, continuously reconciled records.

  • A service account record contains the owning team, environment, and approved roles, while its API key rotates independently during secret hygiene.
  • An employee identity record persists through title changes, but its entitlements are updated through joiner-mover-leaver workflows and access reviews.
  • An AI agent identity record tracks tool access, delegation scope, and approval history so that changes do not depend on a shared token profile.
  • A CI/CD workload record documents which pipeline is allowed to sign artifacts, separate from the short-lived certificate used during execution.
  • For NHI investigations, identity records help correlate events across systems, as shown in the 52 NHI Breaches Analysis, where weak ownership and poor record hygiene repeatedly complicate response.

These patterns align with NIST Cybersecurity Framework 2.0 expectations for access governance, and they are especially important when service identities are numerous, ephemeral, or spread across cloud platforms. In practice, identity records are what make offboarding, least privilege, and forensic reconstruction possible after the fact.

Why It Matters in NHI Security

Identity records are the difference between knowing that an NHI exists and knowing who owns it, what it may do, and when it should be removed. When records are incomplete, stale, or duplicated, organisations lose visibility into privileges, fail to revoke access on time, and cannot prove that an API key, certificate, or workload is still legitimate. That is why NHIMG reports that only 5.7% of organisations have full visibility into their service accounts, a sign that identity record quality remains a major control gap.

Identity records also support Zero Trust decisions because access policy depends on trustworthy identity context, not just a login event. Without a reliable record, teams cannot confidently apply lifecycle controls, detect orphaned NHIs, or map entitlements to business ownership. For deeper NHI context, the Top 10 NHI Issues and the Ultimate Guide to NHIs both show how record hygiene, rotation, and offboarding failures compound risk across large estates.

Organisations typically encounter the impact only after a breach, audit failure, or failed offboarding event, at which point the identity record becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Identity records anchor NHI ownership, lifecycle, and inventory discipline.
NIST CSF 2.0 PR.AC-1 Identity proofing and management depend on reliable identity records.
NIST Zero Trust (SP 800-207) SP 4.1 Zero Trust relies on strong identity context before granting access.

Maintain authoritative NHI records with owner, purpose, and lifecycle state for every non-human identity.