userProfile element

Type: userProfile
Namespace: (default namespace)
XML Schema: ns0.xsd

Class representing management platform user profile information.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <userProfile> <name>...</name> <fullName>...</fullName> <userSession> <name>...</name> <attributes> <key>...</key> <value>...</value> </attributes> <attributes> <!--...--> </attributes> <!--...more "attributes" elements...--> </userSession> <permissions> <entry> <key>...</key> <value> <create>...</create> <delete>...</delete> <modify>...</modify> <view>...</view> </value> </entry> <entry> <key> <!--(another 'string' type)--> </key> <value> <!--(another 'resourcePermission' type)--> </value> </entry> <!--...more entries...--> </permissions> </userProfile>