privateAttributes property

Set<String> privateAttributes
final

Marks a set of attributes private. Any users sent to LaunchDarkly with this configuration active will have attributes with these names removed. This can also be specified on a per-user basis, please refer to LaunchDarklyUser.

Implementation

final Set<String> privateAttributes;