LINT.IfChange An indicator for identifying one or more users. The indicator can be email, userName, windowsSid, employeeId or productObjectId.
JSON representation
{"namespace":string,// Union fieldindicatorcan be only one of the following:"email":string,"username":string,"windowsSid":string,"employeeId":string,"productObjectId":string// End of list of possible types for union fieldindicator.}
Fields
namespace
string
The namespace this indicator belongs to.
Union fieldindicator. User identifier.indicatorcan be only one of the following:
email
string
Email address identifier.
username
string
String identifier for a user.
windowsSid
string
Windows SID
employeeId
string
Employee identifier (typically numerical).
productObjectId
string
LDAP Object Id or generic product object identifier that creates a unique user entity identifier.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThis document describes an indicator used to identify users, which can be represented by various fields.\u003c/p\u003e\n"],["\u003cp\u003eThe indicator is defined by a namespace and a union field that can hold one of five possible user identifiers.\u003c/p\u003e\n"],["\u003cp\u003eThe possible user identifiers are email, username, Windows SID, employee ID, or product object ID, each as a string.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace field, also a string, specifies the context to which the indicator belongs.\u003c/p\u003e\n"]]],[],null,["# UserIndicator\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nLINT.IfChange An indicator for identifying one or more users. The indicator can be email, userName, windowsSid, employeeId or productObjectId."]]