useraccount
A useraccount is a digital identity used by a person or process to access computer systems, services, or networks. It represents an individual or service and combines an identifier, credentials, and a set of attributes that determine what resources may be accessed.
Typical components include a username or principal name, a unique user identifier, authentication credentials (password hashes,
Lifecycle: User accounts are created (provisioned), modified as roles change, deactivated or deleted when access should
Authentication and authorization: Authentication verifies identity; authorization governs access rights. Common methods include passwords, multi-factor authentication,
Types and scope: Local accounts exist within a single system; federated or single sign-on accounts rely on
Management and security: Identity management systems, directory services (such as LDAP or Active Directory), and cloud
Risks and governance: Compromised credentials, stale or orphaned accounts, and privilege escalation pose security risks. Regular
In computing, the concept is foundational across operating systems, cloud services, enterprise directories, and application platforms.