The user object describes the identity of a user.

Attributes

CaptionNameTypeDescription
Account account Account[] The user's account or the account associated with the user.
Account Type account_type String The user account type, as defined by the event source.

🚧 WARNING: DEPRECATED

Account Type has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Account Type ID account_type_id Integer The normalized user account type identifier.

🚧 WARNING: DEPRECATED

Account Type ID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

  • -1: Other (OTHER)
  • 0: Unknown (UNKNOWN)
  • 1: LDAP Account (LDAP_ACCOUNT)
  • 2: Windows Account (WINDOWS_ACCOUNT)
  • 3: AWS IAM Account (AWS_IAM_ACCOUNT)
  • 4: GCP Account (GCP_ACCOUNT)
  • 5: Azure AD Account (AZURE_AD_ACCOUNT)
Account UID account_uid String The unique identifier of the account(e.g. AWS Account ID).

🚧 WARNING: DEPRECATED

Account UID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

User Credential ID credential_uid String The unique identifier of the user's credential. For example, AWS Access Key ID.
Devices devices Device[] The devices related to user.
Domain domain String The domain where the user is defined. For example: the LDAP or Active Directory domain.
Email Address email_addr Email Address The user's primary email address.
Full Name full_name String The full name of the person, as per the LDAP Common Name attribute (cn).
Groups groups Group[] The administrative groups to which the user belongs.
MFA Assigned has_mfa Boolean The user has a multi-factor or secondary-factor device assigned.
Last Login last_login_time Timestamp The last time when the user logged in.
LDAP Person ldap_person LDAP Person[] The additional LDAP attributes that describe a person.
Name name String The username. For example, janedoe1.
Organization org Organization[] Organization and org unit related to the user.
Org ID org_uid String The unique identifier of the organization to which the user belongs. For example, Active Directory or AWS Org ID.

🚧 WARNING: DEPRECATED

Org ID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Telephone Number phone_number String The telephone number of the user.
Raw Data raw_data JSON The event data as received from the event source.
Record ID record_id String Unique identifier for the object
Risk Level risk_level String The risk level, normalized to the caption of the risk_level_id value.
Risk Level ID risk_level_id Integer The normalized risk level id.
  • 0: Info (INFO)
  • 1: Low (LOW)
  • 2: Medium (MEDIUM)
  • 3: High (HIGH)
  • 4: Critical (CRITICAL)
  • 99: Other (OTHER)
Risk Score risk_score Integer The risk score as reported by the event source.
Session UID session_uid String The unique ID of the user session, as reported by the OS.

Examples:
  • *nix: Aug 10 17:31:16 ip-192-168-1-1 systemd[1]: Started Session 222 of User ubuntu.
    • session_uid == 222
  • Windows: Logon ID: 0xd22e9734
    • session_uid == 0xd22e9734

🚧 WARNING: DEPRECATED

Session UID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Session UUID session_uuid String The universally unique ID of the user session, as reported by the OS. For example, in Windows this is the Login GUID.

🚧 WARNING: DEPRECATED

Session UUID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Type type String The type of the user. For example, System, AWS IAM User, etc.
Type ID type_id Integer The account type identifier.
  • 0: Unknown (UNKNOWN)
  • 1: User (USER)
  • 2: Admin (ADMIN)
  • 3: System (SYSTEM)
  • 99: Other (OTHER)
Unique ID uid String The unique user identifier. For example, the Windows user SID, ActiveDirectory DN or AWS user ARN.
Alternate ID uid_alt String The alternate user identifier. For example, the Active Directory user GUID or AWS user Principal ID.
Unmapped Data unmapped Unmapped[] The attributes that are not mapped to the event schema. The names and values of those attributes are specific to the event source.
Unique User ID uuid String The universally unique identifier of the user. For example, AWS ARN or Windows user GUID.

🚧 WARNING: DEPRECATED

Unique User ID has been deprecated since 1.1.0. Deprecated in upgrade from ocsf-0.31.1 to qdm-1.1.0

Relationships

User shown in context

Inbound Relationships

These objects and events reference User in their attributes:

Outbound Relationships

User references the following objects and events in its attributes:

This page describes qdm-1.3.2+ocsf-1.3.0