userAttributes property

List<AttributeType> userAttributes
final

An array of name-value pairs representing user attributes.

For custom attributes, you must prepend the custom: prefix to the attribute name.

Implementation

final List<AttributeType> userAttributes;