What string key and value map attribute can be placed with createAccount function?

I really have not tried this, I am just curious what are the attributes that can be set with createAccount with AccountManager:

**createAccount**(String username, String password, Map<String,String> attributes)

Can I put any Sttring key and value, or there is a defined standard for this?