attributes

@SerialName(value = "attributes")
@EncodeDefault(mode = EncodeDefault.Mode.NEVER)
val attributes: Map<String, String>? = null

Parameters

attributes

A map of user profile attributes that have been set for this user (the attributes themselves must be specified in the app's configuration, and the values are stored encrypted in case they capture personally-identifying information).