As of today, besides of specific group of attributes, any other attribute that is mentioned in the schema has no effect on the output classes. I think that it can be represented in the class as a Java ...
I am trying to set some custom attributes for a user using java sdk. This is how i use it in user creation step. final Map<String, Object> propertyMap = new ImmutableMap.Builder<String, Object>() .put ...