UserIndicator

LINT.IfChange An indicator for identifying one or more users. The indicator can be email, user_name, windows_sid, employee_id or product_object_id.

JSON representation
{
  "namespace": string,

  // Union field indicator can be only one of the following:
  "email": string,
  "username": string,
  "windows_sid": string,
  "employee_id": string,
  "product_object_id": string
  // End of list of possible types for union field indicator.
}
Fields
namespace

string

The namespace this indicator belongs to.

Union field indicator. User identifier. indicator can be only one of the following:
email

string

Email address identifier.

username

string

String identifier for a user.

windows_sid

string

Windows SID

employee_id

string

Employee identifier (typically numerical).

product_object_id

string

LDAP Object Id or generic product object identifier that creates a unique user entity identifier.