Data structure for a full user profile, which incudes user email, roles, and data for creation and update history.
Public Functions
-
Profile()
-
bool operator==(const Profile &Other) const
-
bool operator!=(const Profile &Other) const
Public Members
-
csp::common::String Email
-
bool IsEmailConfirmed
-
csp::common::Array<csp::common::String> Roles
-
csp::common::String LastDeviceId
-
csp::common::String CreatedBy
-
csp::common::String CreatedAt
-
csp::common::String UpdatedBy
-
csp::common::String UpdatedAt