User [21] object

The User object describes the characteristics of a user/person or a security principal. Defined by D3FEND d3f:UserAccount.
Name Caption Requirement Type Description
account Account Optional (†) Account The user's account or the account associated with the user.
credential_uid User Credential ID O Optional String The unique identifier of the user's credential. For example, AWS Access Key ID.
domain Domain Optional String The domain where the user is defined. For example: the LDAP or Active Directory domain.
email_addr Email Address O Optional Email Address The user's primary email address.
full_name Full Name Optional String The full name of the person, as per the LDAP Common Name attribute (cn).
groups Groups Optional Group Array The administrative groups to which the user belongs.
ldap_person LDAP Person Optional LDAP Person The additional LDAP attributes that describe a person.
org Organization Optional Organization Organization and org unit related to the user.
risk_level Risk Level Optional String The risk level, normalized to the caption of the risk_level_id value.
This is the string sibling of enum attribute risk_level_id.
risk_level_id Risk Level ID Optional Integer The normalized risk level id.
0Info
1Low
2Medium
3High
4Critical
99Other
The risk level is not mapped. See the risk_level attribute, which contains a data source specific value.
This is an enum attribute; its string sibling is risk_level.
risk_score Risk Score Optional Integer The risk score as reported by the event source.
type Type Optional String The type of the user. For example, System, AWS IAM User, etc.
This is the string sibling of enum attribute type_id.
uid_alt Alternate ID Optional String The alternate user identifier. For example, the Active Directory user GUID or AWS user Principal ID.
Constraints
† At least one of these attributes must be present: account, name, uid