Information on a user.
More...
#include <CesiumITwinClient/Profile.h>
|
std::string | id |
| A GUID representing this user.
|
|
std::string | displayName |
| A display name for this user, often the same as email .
|
|
std::string | givenName |
| The user's first name.
|
|
std::string | surname |
| The user's last name.
|
|
std::string | email |
| The user's email.
|
|
Information on a user.
Definition at line 10 of file Profile.h.
◆ displayName
std::string CesiumITwinClient::UserProfile::displayName |
A display name for this user, often the same as email
.
Definition at line 18 of file Profile.h.
◆ email
std::string CesiumITwinClient::UserProfile::email |
The user's email.
Definition at line 30 of file Profile.h.
◆ givenName
std::string CesiumITwinClient::UserProfile::givenName |
The user's first name.
Definition at line 22 of file Profile.h.
◆ id
std::string CesiumITwinClient::UserProfile::id |
A GUID representing this user.
Definition at line 14 of file Profile.h.
◆ surname
std::string CesiumITwinClient::UserProfile::surname |
The user's last name.
Definition at line 26 of file Profile.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumITwinClient/include/CesiumITwinClient/Profile.h