Open the menu
    ```html

    User Manager : User Attribute Administration

    Enables the management of user attributes.

    When a value is to be stored in an attribute, it can be marked as reliable or unreliable. A value stored as reliable always overrides any unreliable value in that attribute. Attempting to store an unreliable value in an attribute that already has a reliable value will result in the unreliable value being discarded.

    The concept is that reliable values should be filled in scenarios where there is enough control over the input of information, such as when an authenticated user updates their profile data. Unreliable values should be filled in scenarios where the information could not be validated, such as inferring attributes from monitored behavior of an unauthenticated user.

    Features

    • It is the administration interface

    Screens

    User Attribute Administration

    Data

    userAttributes

    • Label(Short text (string)) : Localized label of the user attribute.
    • Id(Short text (string)) : Identifier of the user attribute.
    • Data type(Short text (string)) : Data type of the user attribute.
    • Identifies user(Conditional (boolean)) : Indicates if the value of this attribute identifies the user.

    Links

    Permissions

    • Edit service instance content: Allows management of all data in this service instance with publisher profile.

    Actions

    ```