Update read-only-attributes.adoc (#1221)

This commit is contained in:
vadym 2021-11-10 02:50:52 -06:00 committed by GitHub
parent 0d2afaa0ef
commit be66d69b47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
[[_read_only_user_attributes]] [[_read_only_user_attributes]]
=== Read-only user attributes === Read-only user attributes
Typical users who are stored in {project_name} have various attributes related to their user profiles. Such attributes include email, firstName or lastname. Typical users who are stored in {project_name} have various attributes related to their user profiles. Such attributes include email, firstName or lastName.
However users may also have attributes, which are not typical profile data, but rather metadata. The metadata attributes usually should be read-only for the users However users may also have attributes, which are not typical profile data, but rather metadata. The metadata attributes usually should be read-only for the users
and the typical users never should have a way to update those attributes from the {project_name} user interface or Account REST API. Some of the attributes should and the typical users never should have a way to update those attributes from the {project_name} user interface or Account REST API. Some of the attributes should
be even read-only for the administrators when creating or updating user with the Admin REST API. be even read-only for the administrators when creating or updating user with the Admin REST API.