When selecting individual targets for a feature flag, the identifier key of the target is shown. This key will typically be some durable key, mapping from maybe a monotonically incrementing database value (surrogate key) or some other globally unique identifier (GUID, ULID, SnowflakeId). While identifying by key is good, managing by key only does not seem very user friendly. Ideally, we'd be able to display some other friendly field alongside the id so that our product people can add and manage the targets without having to do an id lookup.